From 0df05c858ac6c8b494b4d369e1d31c6d87c7188d Mon Sep 17 00:00:00 2001 From: Josh Buker Date: Tue, 4 Oct 2022 10:22:08 -0700 Subject: [PATCH] Release v0.16.4 --- CHANGELOG.md | 3 +++ lib/sorcery/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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