There was an error while loading. Please reload this page.
1 parent 9811fb5 commit bb3f936Copy full SHA for bb3f936
CHANGELOG.md
@@ -1,6 +1,20 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## 0.8.2 - 2021-03-14
5
+
6
+### Added
7
+- Constrains the version to Omniauth 1.x.
8
9
+### Deprecated
10
+- Nothing.
11
12
+### Removed
13
+- Nothing
14
15
+### Fixed
16
17
18
## 0.8.1 - 2020-12-12
19
20
### Added
lib/omniauth/google_oauth2/version.rb
@@ -2,6 +2,6 @@
module OmniAuth
module GoogleOauth2
- VERSION = '0.8.1'
+ VERSION = '0.8.2'
end
0 commit comments