Skip to content

Commit a42af7f

Browse files
committed
Release v0.16.5
1 parent 080cf73 commit a42af7f

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.16.5
5+
46
* Raise ArgumentError when calling change_password! with blank password [#333](https://github.com/Sorcery/sorcery/pull/333)
57
* Update auth_scheme to oauth2 v1 defaults per v2 breaking changes [#341](https://github.com/Sorcery/sorcery/pull/341)
68

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

0 commit comments

Comments
 (0)