Skip to content

Commit

Permalink
Release v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuker committed Nov 28, 2021
1 parent 91f4f77 commit 032cd2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog
## HEAD

## 0.16.2

* Inline core migration index definition [#281](https://github.com/Sorcery/sorcery/pull/281)
* Add missing remember_me attributes to config [#180](https://github.com/Sorcery/sorcery/pull/180)
* Fix MongoID adapter breaking on save [#284](https://github.com/Sorcery/sorcery/pull/284)
* Don't pass token to Slack in query params. Prevents 'invalid_auth' error [#287](https://github.com/Sorcery/sorcery/pull/287)
* Fix valid_password? not using configured values when called alone [#293](https://github.com/Sorcery/sorcery/pull/293)
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.1'.freeze
VERSION = '0.16.2'.freeze
end

0 comments on commit 032cd2e

Please sign in to comment.