From 70a07a2c4d09b8ce33fe094ccfdcca0e18486519 Mon Sep 17 00:00:00 2001 From: Sam Warner Date: Wed, 11 Mar 2020 14:39:00 +1100 Subject: [PATCH] Revert "Release 1.16.0 (#288)" This reverts commit e61858655d22b1b99c32dab76ebfc714e652710b. --- App/Info.plist | 2 +- Auth0/Info-tvOS.plist | 2 +- Auth0/Info.plist | 2 +- Auth0Tests/Info.plist | 2 +- CHANGELOG.md | 11 ----------- OAuth2Mac/Info.plist | 2 +- OAuth2TV/Info.plist | 2 +- README.md | 4 ++-- 8 files changed, 8 insertions(+), 19 deletions(-) diff --git a/App/Info.plist b/App/Info.plist index 43478a2d2..341f5d0fd 100644 --- a/App/Info.plist +++ b/App/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.16.0 + 1.15.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/Auth0/Info-tvOS.plist b/Auth0/Info-tvOS.plist index 5fbe97ca8..afe21b451 100644 --- a/Auth0/Info-tvOS.plist +++ b/Auth0/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.16.0 + 1.15.0 CFBundleSignature ???? CFBundleVersion diff --git a/Auth0/Info.plist b/Auth0/Info.plist index 82e734115..25a46c203 100644 --- a/Auth0/Info.plist +++ b/Auth0/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.16.0 + 1.15.0 CFBundleSignature ???? CFBundleVersion diff --git a/Auth0Tests/Info.plist b/Auth0Tests/Info.plist index 58e642a54..46edd0660 100644 --- a/Auth0Tests/Info.plist +++ b/Auth0Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.16.0 + 1.15.0 CFBundleSignature ???? CFBundleVersion diff --git a/CHANGELOG.md b/CHANGELOG.md index cd09b17ef..0567c5ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,5 @@ # Change Log -## [1.16.0](https://github.com/auth0/Auth0.swift/tree/1.16.0) (2019-07-17) -[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.15.0...1.16.0) - -**Added** -- Added support for root attributes when creating a new user [\#287](https://github.com/auth0/Auth0.swift/pull/287) ([cocojoe](https://github.com/cocojoe)) - -**Fixed** -- Fix: Remove force unwrap in AuthSession handler [\#286](https://github.com/auth0/Auth0.swift/pull/286) ([cocojoe](https://github.com/cocojoe)) -- Fix Dismiss AS/SF authentication sessions upon deep-link callback [\#281](https://github.com/auth0/Auth0.swift/pull/281) ([cysp](https://github.com/cysp)) -- Update app configuration error message for PKCE [\#280](https://github.com/auth0/Auth0.swift/pull/280) ([lbalmaceda](https://github.com/lbalmaceda)) - ## [1.15.0](https://github.com/auth0/Auth0.swift/tree/1.15.0) (2019-04-24) [Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.14.2...1.15.0) diff --git a/OAuth2Mac/Info.plist b/OAuth2Mac/Info.plist index 230b70b1c..91b26de0f 100644 --- a/OAuth2Mac/Info.plist +++ b/OAuth2Mac/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.16.0 + 1.15.0 CFBundleVersion 1 LSMinimumSystemVersion diff --git a/OAuth2TV/Info.plist b/OAuth2TV/Info.plist index 501c271d1..500782534 100644 --- a/OAuth2TV/Info.plist +++ b/OAuth2TV/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.16.0 + 1.15.0 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/README.md b/README.md index fac53f484..5e8c882f5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Swift toolkit that lets you communicate efficiently with many of the [Auth0 API] If you are using Carthage, add the following lines to your `Cartfile`: ```ruby -github "auth0/Auth0.swift" ~> 1.16 +github "auth0/Auth0.swift" ~> 1.15 ``` Then run `carthage bootstrap`. @@ -36,7 +36,7 @@ If you are using [Cocoapods](https://cocoapods.org/), add these lines to your `P ```ruby use_frameworks! -pod 'Auth0', '~> 1.16' +pod 'Auth0', '~> 1.15' ``` Then run `pod install`.