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 3668451 commit e505783Copy full SHA for e505783
CHANGELOG.md
@@ -1,6 +1,20 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## 0.2.10 - 2015-11-05
5
+
6
+### Added
7
+- Nothing.
8
9
+### Deprecated
10
11
12
+### Removed
13
+- Removed some checks on the id_token. Now only parses the id_token in the JWT processing.
14
15
+### Fixed
16
17
18
## 0.2.9 - 2015-10-29
19
20
### Added
lib/omniauth/google_oauth2/version.rb
@@ -1,5 +1,5 @@
module OmniAuth
module GoogleOauth2
- VERSION = "0.2.9"
+ VERSION = "0.2.10"
end
0 commit comments