Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuker committed Feb 16, 2021
1 parent 443e614 commit 43efa33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Changelog
## HEAD

## 0.16.0

* Add BattleNet Provider [#260](https://github.com/Sorcery/sorcery/pull/260)
* Fix failing isolated tests [#249](https://github.com/Sorcery/sorcery/pull/249)
* Support LINE login v2.1 [#251](https://github.com/Sorcery/sorcery/pull/251)
* Update generators to better support namespaces [#237](https://github.com/Sorcery/sorcery/pull/237)
* Add support for Rails 6 [#238](https://github.com/Sorcery/sorcery/pull/238)
* Fix ruby 2.7 deprecation warnings [#241](https://github.com/Sorcery/sorcery/pull/241)
* Use set to ensure unique arrays [#233](https://github.com/Sorcery/sorcery/pull/233)

## 0.15.0

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.15.0'.freeze
VERSION = '0.16.0'.freeze
end

0 comments on commit 43efa33

Please sign in to comment.