Skip to content

Commit aef3d6a

Browse files
committed
bump to v0.9.0 πŸš€
1 parent b9c7335 commit aef3d6a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

β€ŽCHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Next
5+
## [0.9.0]
66

77
- Callbacks: subscribe to different events with custom callable objects (#18)
88

@@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file.
3030

3131
- "Infinite" sudo sessions (#8)
3232

33+
[0.9.0]: https://github.com/markets/sudo_rails/compare/v0.8.0...v0.9.0
3334
[0.8.0]: https://github.com/markets/sudo_rails/compare/v0.7.0...v0.8.0
3435
[0.7.0]: https://github.com/markets/sudo_rails/compare/v0.6.1...v0.7.0
3536
[0.6.1]: https://github.com/markets/sudo_rails/compare/v0.6.0...v0.6.1

β€Žlib/sudo_rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SudoRails
2-
VERSION = "0.8.0"
2+
VERSION = "0.9.0"
33
end

0 commit comments

Comments
Β (0)