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 bf6fa3a commit e4c12a9Copy full SHA for e4c12a9
CHANGELOG.md
@@ -1,6 +1,20 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## 1.0.0 - 2021-03-14
5
+
6
+### Added
7
+- Support for Omniauth 2.x!
8
9
+### Deprecated
10
+- Nothing.
11
12
+### Removed
13
+- Support for Omniauth 1.x
14
15
+### Fixed
16
17
18
## 0.8.2 - 2021-03-14
19
20
### Added
@@ -10,10 +24,10 @@ All notable changes to this project will be documented in this file.
24
- Nothing.
25
26
### Removed
-- Nothing
27
28
29
### Fixed
30
31
32
## 0.8.1 - 2020-12-12
33
lib/omniauth/google_oauth2/version.rb
@@ -2,6 +2,6 @@
module OmniAuth
module GoogleOauth2
- VERSION = '0.8.2'
+ VERSION = '1.0.0'
end
0 commit comments