From 4bc9e32e10f73f74cb543b4690e89dd44c47e6b1 Mon Sep 17 00:00:00 2001 From: Martin Walsh Date: Tue, 3 Oct 2017 10:49:22 +0100 Subject: [PATCH] Release 2.1.1 --- CHANGELOG.md | 6 ++++++ JWTDecode/Info.plist | 2 +- JWTDecodeTests/Info.plist | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 543d449..dae9835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Added** +- Added @objc attributes [\#54](https://github.com/auth0/JWTDecode.swift/pull/54) ([narlei](https://github.com/narlei)) + ## [2.1.0](https://github.com/auth0/JWTDecode.swift/tree/2.1.0) (2017-09-27) [Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.0.0...2.1.0) diff --git a/JWTDecode/Info.plist b/JWTDecode/Info.plist index 0ee32cc..8517c57 100644 --- a/JWTDecode/Info.plist +++ b/JWTDecode/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.0 + 2.1.1 CFBundleSignature ???? CFBundleVersion diff --git a/JWTDecodeTests/Info.plist b/JWTDecodeTests/Info.plist index 6d02d07..01eb78a 100644 --- a/JWTDecodeTests/Info.plist +++ b/JWTDecodeTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.1.0 + 2.1.1 CFBundleSignature ???? CFBundleVersion