Skip to content

Commit

Permalink
Release v0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuker committed Apr 11, 2023
1 parent 080cf73 commit a42af7f
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.16.5

* Raise ArgumentError when calling change_password! with blank password [#333](https://github.com/Sorcery/sorcery/pull/333)
* Update auth_scheme to oauth2 v1 defaults per v2 breaking changes [#341](https://github.com/Sorcery/sorcery/pull/341)

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.4'.freeze
VERSION = '0.16.5'.freeze
end

0 comments on commit a42af7f

Please sign in to comment.