diff --git a/CHANGELOG.md b/CHANGELOG.md index bbd4a59f..029dbf0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog ## HEAD +## 0.16.4 + * Adapt to open request protection strategy of rails 7.0 [#318](https://github.com/Sorcery/sorcery/pull/318) * Update OAuth2 gem to v2 per v1 deprecation [#323](https://github.com/Sorcery/sorcery/pull/323) +* Fixed typo in error message [#310](https://github.com/Sorcery/sorcery/pull/310) ## 0.16.3 diff --git a/lib/sorcery/version.rb b/lib/sorcery/version.rb index 5c7d5dab..e5a41174 100644 --- a/lib/sorcery/version.rb +++ b/lib/sorcery/version.rb @@ -1,3 +1,3 @@ module Sorcery - VERSION = '0.16.3'.freeze + VERSION = '0.16.4'.freeze end