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 20d92d3 commit 0df05c8Copy full SHA for 0df05c8
CHANGELOG.md
@@ -1,8 +1,11 @@
1
# Changelog
2
## HEAD
3
4
+## 0.16.4
5
+
6
* Adapt to open request protection strategy of rails 7.0 [#318](https://github.com/Sorcery/sorcery/pull/318)
7
* Update OAuth2 gem to v2 per v1 deprecation [#323](https://github.com/Sorcery/sorcery/pull/323)
8
+* Fixed typo in error message [#310](https://github.com/Sorcery/sorcery/pull/310)
9
10
## 0.16.3
11
lib/sorcery/version.rb
@@ -1,3 +1,3 @@
module Sorcery
- VERSION = '0.16.3'.freeze
+ VERSION = '0.16.4'.freeze
end
0 commit comments