Skip to content

Commit

Permalink
Release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuker committed Mar 8, 2024
1 parent ae44540 commit 856eacd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog
## HEAD

## 0.17.0

* Fix Rails 7.1 compatibility by using `ActiveRecord.timestamped_migrations` [#352](https://github.com/Sorcery/sorcery/pull/352)
* Change CI settings for support Ruby3.0+ Rails6.1+ [#357](https://github.com/Sorcery/sorcery/pull/357)
* Fix error when running the install generator [#339](https://github.com/Sorcery/sorcery/pull/339)
Expand Down
2 changes: 1 addition & 1 deletion lib/sorcery/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sorcery
VERSION = '0.16.5'.freeze
VERSION = '0.17.0'.freeze
end

0 comments on commit 856eacd

Please sign in to comment.