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 080cf73 commit a42af7fCopy full SHA for a42af7f
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
## HEAD
3
4
+## 0.16.5
5
+
6
* Raise ArgumentError when calling change_password! with blank password [#333](https://github.com/Sorcery/sorcery/pull/333)
7
* Update auth_scheme to oauth2 v1 defaults per v2 breaking changes [#341](https://github.com/Sorcery/sorcery/pull/341)
8
lib/sorcery/version.rb
@@ -1,3 +1,3 @@
module Sorcery
- VERSION = '0.16.4'.freeze
+ VERSION = '0.16.5'.freeze
end
0 commit comments