Skip to content

Commit 856eacd

Browse files
committed
Release v0.17.0
1 parent ae44540 commit 856eacd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

4+
## 0.17.0
5+
46
* Fix Rails 7.1 compatibility by using `ActiveRecord.timestamped_migrations` [#352](https://github.com/Sorcery/sorcery/pull/352)
57
* Change CI settings for support Ruby3.0+ Rails6.1+ [#357](https://github.com/Sorcery/sorcery/pull/357)
68
* Fix error when running the install generator [#339](https://github.com/Sorcery/sorcery/pull/339)

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.5'.freeze
2+
VERSION = '0.17.0'.freeze
33
end

0 commit comments

Comments
 (0)