From 7275c04c9b2c3d6f2cb2945bfe76fd2d3dcfa981 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Thu, 8 Oct 2020 15:46:55 -0300 Subject: [PATCH] Release 1.29.0 [SDK-1996] --- App/Info.plist | 2 +- Auth0/Info-tvOS.plist | 2 +- Auth0/Info.plist | 2 +- Auth0Tests/Info.plist | 2 +- CHANGELOG.md | 9 +++++++++ OAuth2Mac/Info.plist | 2 +- OAuth2TV/Info.plist | 2 +- README.md | 4 ++-- 8 files changed, 17 insertions(+), 8 deletions(-) diff --git a/App/Info.plist b/App/Info.plist index 927887de..2884af64 100644 --- a/App/Info.plist +++ b/App/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.28.0 + 1.29.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/Auth0/Info-tvOS.plist b/Auth0/Info-tvOS.plist index 201cd422..2eeb3896 100644 --- a/Auth0/Info-tvOS.plist +++ b/Auth0/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.28.0 + 1.29.0 CFBundleSignature ???? CFBundleVersion diff --git a/Auth0/Info.plist b/Auth0/Info.plist index 816702c5..4c5e611d 100644 --- a/Auth0/Info.plist +++ b/Auth0/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.28.0 + 1.29.0 CFBundleSignature ???? CFBundleVersion diff --git a/Auth0Tests/Info.plist b/Auth0Tests/Info.plist index bc9e41fb..ff29c118 100644 --- a/Auth0Tests/Info.plist +++ b/Auth0Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.28.0 + 1.29.0 CFBundleSignature ???? CFBundleVersion diff --git a/CHANGELOG.md b/CHANGELOG.md index d4161d19..db99f5aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.29.0](https://github.com/auth0/Auth0.swift/tree/1.29.0) (2020-10-08) +[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.28.0...1.29.0) + +**Changed** +- Updated Quick and Nimble [\#421](https://github.com/auth0/Auth0.swift/pull/421) ([Widcket](https://github.com/Widcket)) + +**Fixed** +- Bugfix for minTTL on CredentialsManager.swift [\#420](https://github.com/auth0/Auth0.swift/pull/420) ([heyzooi](https://github.com/heyzooi)) + ## [1.28.0](https://github.com/auth0/Auth0.swift/tree/1.28.0) (2020-08-21) [Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.27.0...1.28.0) diff --git a/OAuth2Mac/Info.plist b/OAuth2Mac/Info.plist index 265aa479..74dccdfd 100644 --- a/OAuth2Mac/Info.plist +++ b/OAuth2Mac/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.28.0 + 1.29.0 CFBundleURLTypes diff --git a/OAuth2TV/Info.plist b/OAuth2TV/Info.plist index 1c08da63..72361469 100644 --- a/OAuth2TV/Info.plist +++ b/OAuth2TV/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.28.0 + 1.29.0 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/README.md b/README.md index 235bcf32..9a6a116c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Swift toolkit that lets you communicate efficiently with many of the [Auth0 API] If you are using [Cocoapods](https://cocoapods.org), add this line to your `Podfile`: ```ruby -pod 'Auth0', '~> 1.28' +pod 'Auth0', '~> 1.29' ``` Then run `pod install`. @@ -52,7 +52,7 @@ Then run `pod install`. If you are using [Carthage](https://github.com/Carthage/Carthage), add the following line to your `Cartfile`: ```ruby -github "auth0/Auth0.swift" ~> 1.28 +github "auth0/Auth0.swift" ~> 1.29 ``` Then run `carthage bootstrap`.