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 ae44540 commit 856eacdCopy full SHA for 856eacd
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
## HEAD
3
4
+## 0.17.0
5
+
6
* Fix Rails 7.1 compatibility by using `ActiveRecord.timestamped_migrations` [#352](https://github.com/Sorcery/sorcery/pull/352)
7
* Change CI settings for support Ruby3.0+ Rails6.1+ [#357](https://github.com/Sorcery/sorcery/pull/357)
8
* Fix error when running the install generator [#339](https://github.com/Sorcery/sorcery/pull/339)
lib/sorcery/version.rb
@@ -1,3 +1,3 @@
module Sorcery
- VERSION = '0.16.5'.freeze
+ VERSION = '0.17.0'.freeze
end
0 commit comments