Skip to content

Commit 5db8c94

Browse files
committed
Bump version to 0.5.3
1 parent c0773b0 commit 5db8c94

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

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+
- Nothing.
19+
420
## 0.5.2 - 2017-07-30
521

622
### Added

lib/omniauth/google_oauth2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OmniAuth
44
module GoogleOauth2
5-
VERSION = '0.5.2'
5+
VERSION = '0.5.3'
66
end
77
end

0 commit comments

Comments
 (0)