Skip to content

Commit 0df05c8

Browse files
committed
Release v0.16.4
1 parent 20d92d3 commit 0df05c8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changelog
22
## HEAD
33

4+
## 0.16.4
5+
46
* Adapt to open request protection strategy of rails 7.0 [#318](https://github.com/Sorcery/sorcery/pull/318)
57
* 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)
69

710
## 0.16.3
811

lib/sorcery/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Sorcery
2-
VERSION = '0.16.3'.freeze
2+
VERSION = '0.16.4'.freeze
33
end

0 commit comments

Comments
 (0)