Skip to content

Commit 3a43234

Browse files
committed
Release 1.8.0
1 parent 043813c commit 3a43234

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module OAuth2
3-
VERSION = "1.7.2".freeze
3+
VERSION = "1.8.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)