diff --git a/App/Info.plist b/App/Info.plist index 0881cfa3..341f5d0f 100644 --- a/App/Info.plist +++ b/App/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.14.2 + 1.15.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/Auth0/Info-tvOS.plist b/Auth0/Info-tvOS.plist index 2204b268..afe21b45 100644 --- a/Auth0/Info-tvOS.plist +++ b/Auth0/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.14.2 + 1.15.0 CFBundleSignature ???? CFBundleVersion diff --git a/Auth0/Info.plist b/Auth0/Info.plist index 5b137cd4..25a46c20 100644 --- a/Auth0/Info.plist +++ b/Auth0/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.14.2 + 1.15.0 CFBundleSignature ???? CFBundleVersion diff --git a/Auth0Tests/Info.plist b/Auth0Tests/Info.plist index c2002f52..46edd066 100644 --- a/Auth0Tests/Info.plist +++ b/Auth0Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.14.2 + 1.15.0 CFBundleSignature ???? CFBundleVersion diff --git a/CHANGELOG.md b/CHANGELOG.md index f533f374..0567c5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Added** +- Added Swift 5 / Xcode 10.2 Support [\#272](https://github.com/auth0/Auth0.swift/pull/272) ([cocojoe](https://github.com/cocojoe)) + ## [1.14.2](https://github.com/auth0/Auth0.swift/tree/1.14.2) (2019-03-18) [Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.14.1...1.14.2) diff --git a/OAuth2Mac/Info.plist b/OAuth2Mac/Info.plist index ef7520ca..91b26de0 100644 --- a/OAuth2Mac/Info.plist +++ b/OAuth2Mac/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.14.2 + 1.15.0 CFBundleVersion 1 LSMinimumSystemVersion diff --git a/OAuth2TV/Info.plist b/OAuth2TV/Info.plist index 9594b2ae..50078253 100644 --- a/OAuth2TV/Info.plist +++ b/OAuth2TV/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.14.2 + 1.15.0 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/README.md b/README.md index 79b2fdaf..5e8c882f 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.14 +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.14' +pod 'Auth0', '~> 1.15' ``` Then run `pod install`.