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 c0773b0 commit 5db8c94Copy full SHA for 5db8c94
CHANGELOG.md
@@ -1,6 +1,22 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## 0.5.3 - 2018-01-25
5
+
6
+### Added
7
+- Added support for the JWT 2.x gem.
8
+- Now fully qualifies the `JWT` class to prevent conflicts with the `Omniauth::JWT` strategy.
9
10
+### Deprecated
11
+- Nothing.
12
13
+### Removed
14
+- Removed the `multijson` dependency.
15
+- Support for versions of omniauth-oauth2 < 1.5.
16
17
+### Fixed
18
19
20
## 0.5.2 - 2017-07-30
21
22
### Added
lib/omniauth/google_oauth2/version.rb
@@ -2,6 +2,6 @@
module OmniAuth
module GoogleOauth2
- VERSION = '0.5.2'
+ VERSION = '0.5.3'
end
0 commit comments