We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee5653 commit e81c64cCopy full SHA for e81c64c
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
## HEAD
3
4
+## 0.15.0
5
+
6
* Fix brute force vuln due to callbacks no being ran [#235](https://github.com/Sorcery/sorcery/pull/235)
7
* Revert on_load change due to breaking existing applications [#234](https://github.com/Sorcery/sorcery/pull/234)
8
* Add forget_me! and force_forget_me! test cases [#216](https://github.com/Sorcery/sorcery/pull/216)
lib/sorcery/version.rb
@@ -1,3 +1,3 @@
module Sorcery
- VERSION = '0.14.0'.freeze
+ VERSION = '0.15.0'.freeze
end
0 commit comments