diff --git a/App/Info.plist b/App/Info.plist index ebca90d4..871c98b8 100644 --- a/App/Info.plist +++ b/App/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.18.0 + 1.19.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/Auth0/Info-tvOS.plist b/Auth0/Info-tvOS.plist index 0e3da534..ff156092 100644 --- a/Auth0/Info-tvOS.plist +++ b/Auth0/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.18.0 + 1.19.0 CFBundleSignature ???? CFBundleVersion diff --git a/Auth0/Info.plist b/Auth0/Info.plist index 45ff487c..2f9302cc 100644 --- a/Auth0/Info.plist +++ b/Auth0/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.18.0 + 1.19.0 CFBundleSignature ???? CFBundleVersion diff --git a/Auth0Tests/Info.plist b/Auth0Tests/Info.plist index 19df7f52..1cca3829 100644 --- a/Auth0Tests/Info.plist +++ b/Auth0Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.18.0 + 1.19.0 CFBundleSignature ???? CFBundleVersion diff --git a/CHANGELOG.md b/CHANGELOG.md index 144421b2..72f1bf72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.19.0](https://github.com/auth0/Auth0.swift/tree/1.19.0) (2019-10-15) +[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.18.0...1.19.0) + +**Added** +- CredentialsManager function to clear and revoke the refresh token [\#312](https://github.com/auth0/Auth0.swift/pull/312) ([stevehobbsdev](https://github.com/stevehobbsdev)) + ## [1.18.0](https://github.com/auth0/Auth0.swift/tree/1.18.0) (2019-09-20) [Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.17.1...1.18.0) diff --git a/OAuth2Mac/Info.plist b/OAuth2Mac/Info.plist index c4b878b5..2f80e736 100644 --- a/OAuth2Mac/Info.plist +++ b/OAuth2Mac/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.18.0 + 1.19.0 CFBundleVersion 1 LSMinimumSystemVersion diff --git a/OAuth2TV/Info.plist b/OAuth2TV/Info.plist index 1ae6a881..74b4f274 100644 --- a/OAuth2TV/Info.plist +++ b/OAuth2TV/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.18.0 + 1.19.0 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/README.md b/README.md index 004f1408..c7e12b2a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Behaviour changes in iOS 13 related to Web Authentication require that developer If you are using Carthage, add the following lines to your `Cartfile`: ```ruby -github "auth0/Auth0.swift" ~> 1.18 +github "auth0/Auth0.swift" ~> 1.19 ``` Then run `carthage bootstrap`. @@ -39,7 +39,7 @@ If you are using [Cocoapods](https://cocoapods.org/), add these lines to your `P ```ruby use_frameworks! -pod 'Auth0', '~> 1.18' +pod 'Auth0', '~> 1.19' ``` Then run `pod install`.