From 01c7e184c910e65636a438d75fb7a8b3c060e890 Mon Sep 17 00:00:00 2001 From: Jose Luis Diaz Date: Tue, 1 Jun 2021 18:55:19 -0300 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 6 ++++++ Guardian/Info.plist | 2 +- GuardianApp/Info.plist | 2 +- GuardianTests/Info.plist | 2 +- README.md | 4 ++-- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d036d93..be2ea4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.1.0](https://github.com/auth0/Guardian.swift/tree/1.1.0) (2021-06-01) +[Full Changelog](https://github.com/auth0/Guardian.swift/compare/1.0.0...1.1.0) + +**Changed** +- Use JWT tokens when updating and deleting enrolled devices [SDK-2560] [\#91](https://github.com/auth0/Guardian.swift/pull/91) ([Widcket](https://github.com/Widcket)) + ## [1.0.0](https://github.com/auth0/Guardian.swift/tree/1.0.0) (2018-07-31) [Full Changelog](https://github.com/auth0/Guardian.swift/compare/0.5.0...1.0.0) diff --git a/Guardian/Info.plist b/Guardian/Info.plist index 60b9c00..09bc972 100644 --- a/Guardian/Info.plist +++ b/Guardian/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.0 + 1.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/GuardianApp/Info.plist b/GuardianApp/Info.plist index bfbac6e..9b8258d 100644 --- a/GuardianApp/Info.plist +++ b/GuardianApp/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.0 + 1.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/GuardianTests/Info.plist b/GuardianTests/Info.plist index a30f7d0..3b9aa4a 100644 --- a/GuardianTests/Info.plist +++ b/GuardianTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.0.0 + 1.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index af32d0e..a6ff25f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Guardian.swift is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby -pod 'Guardian', '~> 1.0.0' +pod 'Guardian', '~> 1.1.0' ``` #### Carthage @@ -44,7 +44,7 @@ pod 'Guardian', '~> 1.0.0' In your Cartfile add this line ``` -github "auth0/Guardian.swift" ~> 1.0.0 +github "auth0/Guardian.swift" ~> 1.1.0 ``` ## Usage