Skip to content

Commit e505783

Browse files
committed
Bumped version with id_token changes
1 parent 3668451 commit e505783

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

4+
## 0.2.10 - 2015-11-05
5+
6+
### Added
7+
- Nothing.
8+
9+
### Deprecated
10+
- Nothing.
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+
- Nothing.
17+
418
## 0.2.9 - 2015-10-29
519

620
### Added
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module GoogleOauth2
3-
VERSION = "0.2.9"
3+
VERSION = "0.2.10"
44
end
55
end

0 commit comments

Comments
 (0)