diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7e194a..c1cf5301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/sorcery/version.rb b/lib/sorcery/version.rb index 1c03a1d7..966efed2 100644 --- a/lib/sorcery/version.rb +++ b/lib/sorcery/version.rb @@ -1,3 +1,3 @@ module Sorcery - VERSION = '0.15.0'.freeze + VERSION = '0.16.0'.freeze end