Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cocojoe committed Dec 17, 2018
1 parent a2a8122 commit ae2abbe
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [2.2.0](https://github.com/auth0/JWTDecode.swift/tree/2.2.0) (2018-12-17)
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.1.1...2.2.0)

**Added**
- Added latest release management [\#80](https://github.com/auth0/JWTDecode.swift/pull/80) ([cocojoe](https://github.com/cocojoe))
- Added ID Token Claims Validation [\#78](https://github.com/auth0/JWTDecode.swift/pull/78) ([cocojoe](https://github.com/cocojoe))
- Added Multi Swift Version CI [\#74](https://github.com/auth0/JWTDecode.swift/pull/74) ([cocojoe](https://github.com/cocojoe))
- Added rawValue accessor for Claims [\#69](https://github.com/auth0/JWTDecode.swift/pull/69) ([cocojoe](https://github.com/cocojoe))

**Changed**
- Update Xcode 9.3, Added CI 2.0 [\#66](https://github.com/auth0/JWTDecode.swift/pull/66) ([cocojoe](https://github.com/cocojoe))

## [2.1.1](https://github.com/auth0/JWTDecode.swift/tree/2.1.1) (2017-10-03)
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.1.0...2.1.1)

Expand Down
2 changes: 1 addition & 1 deletion JWTDecode/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.1.1</string>
<string>2.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion JWTDecodeTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.1</string>
<string>2.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This library will help you check [JWT](http://jwt.io/) payload
If you are using Carthage, add the following lines to your `Cartfile`:

```ruby
github "auth0/JWTDecode.swift" ~> 2.1
github "auth0/JWTDecode.swift" ~> 2.2
```

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

```ruby
use_frameworks!
pod 'JWTDecode', '~> 2.1'
pod 'JWTDecode', '~> 2.2'
```

Then, run `pod install`.
Expand Down

0 comments on commit ae2abbe

Please sign in to comment.