Skip to content

Commit ae2abbe

Browse files
committed
Release 2.2.0
1 parent a2a8122 commit ae2abbe

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [2.2.0](https://github.com/auth0/JWTDecode.swift/tree/2.2.0) (2018-12-17)
4+
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.1.1...2.2.0)
5+
6+
**Added**
7+
- Added latest release management [\#80](https://github.com/auth0/JWTDecode.swift/pull/80) ([cocojoe](https://github.com/cocojoe))
8+
- Added ID Token Claims Validation [\#78](https://github.com/auth0/JWTDecode.swift/pull/78) ([cocojoe](https://github.com/cocojoe))
9+
- Added Multi Swift Version CI [\#74](https://github.com/auth0/JWTDecode.swift/pull/74) ([cocojoe](https://github.com/cocojoe))
10+
- Added rawValue accessor for Claims [\#69](https://github.com/auth0/JWTDecode.swift/pull/69) ([cocojoe](https://github.com/cocojoe))
11+
12+
**Changed**
13+
- Update Xcode 9.3, Added CI 2.0 [\#66](https://github.com/auth0/JWTDecode.swift/pull/66) ([cocojoe](https://github.com/cocojoe))
14+
315
## [2.1.1](https://github.com/auth0/JWTDecode.swift/tree/2.1.1) (2017-10-03)
416
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.1.0...2.1.1)
517

JWTDecode/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.1</string>
18+
<string>2.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

JWTDecodeTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.1</string>
18+
<string>2.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This library will help you check [JWT](http://jwt.io/) payload
2525
If you are using Carthage, add the following lines to your `Cartfile`:
2626

2727
```ruby
28-
github "auth0/JWTDecode.swift" ~> 2.1
28+
github "auth0/JWTDecode.swift" ~> 2.2
2929
```
3030

3131
Then run `carthage bootstrap`.
@@ -38,7 +38,7 @@ If you are using [Cocoapods](https://cocoapods.org/), add these lines to your `P
3838

3939
```ruby
4040
use_frameworks!
41-
pod 'JWTDecode', '~> 2.1'
41+
pod 'JWTDecode', '~> 2.2'
4242
```
4343

4444
Then, run `pod install`.

0 commit comments

Comments
 (0)