From 43efa3329e61d3fff8a5233d9efdc90db6820362 Mon Sep 17 00:00:00 2001 From: Josh Buker Date: Tue, 16 Feb 2021 11:31:23 -0800 Subject: [PATCH] Release 0.16.0 --- CHANGELOG.md | 7 +++++++ lib/sorcery/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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