We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043813c commit 3a43234Copy full SHA for 3a43234
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+## [v1.8.0](https://github.com/omniauth/omniauth-oauth2/releases/tag/v1.7.3)
2
+- Relaxes allowed versions of the oauth2 gem. [#146](https://github.com/omniauth/omniauth-oauth2/pull/146)
3
+- Requires omniauth `~> 2.0` [#152](https://github.com/omniauth/omniauth-oauth2/pull/152)
4
+
5
+Please see https://github.com/omniauth/omniauth-oauth2/releases for changelog prior to 1.8.0
lib/omniauth-oauth2/version.rb
@@ -1,5 +1,5 @@
module OmniAuth
module OAuth2
- VERSION = "1.7.2".freeze
+ VERSION = "1.8.0".freeze
end
0 commit comments