diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..438d9d8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## [v1.8.0](https://github.com/omniauth/omniauth-oauth2/releases/tag/v1.7.3) +- Relaxes allowed versions of the oauth2 gem. [#146](https://github.com/omniauth/omniauth-oauth2/pull/146) +- Requires omniauth `~> 2.0` [#152](https://github.com/omniauth/omniauth-oauth2/pull/152) + +Please see https://github.com/omniauth/omniauth-oauth2/releases for changelog prior to 1.8.0 diff --git a/lib/omniauth-oauth2/version.rb b/lib/omniauth-oauth2/version.rb index c8009c9..87754a6 100644 --- a/lib/omniauth-oauth2/version.rb +++ b/lib/omniauth-oauth2/version.rb @@ -1,5 +1,5 @@ module OmniAuth module OAuth2 - VERSION = "1.7.2".freeze + VERSION = "1.8.0".freeze end end