diff --git a/App/Info.plist b/App/Info.plist index 51610e604..f0bc1c89b 100644 --- a/App/Info.plist +++ b/App/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.9.0 + 2.10.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/CHANGELOG.md b/CHANGELOG.md index ae0de8878..0bc1f0540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [2.10.0](https://github.com/auth0/Lock.swift/tree/2.10.0) (2019-04-25) +[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.9.0...2.10.0) + +**Added** +- Added Swift 5 / Xcode 10.2 support [\#545](https://github.com/auth0/Lock.swift/pull/545) ([cocojoe](https://github.com/cocojoe)) +- UITextContentType support in InputField [\#542](https://github.com/auth0/Lock.swift/pull/542) ([ejensen](https://github.com/ejensen)) + +**Changed** +- Facebook compliance logo update [\#546](https://github.com/auth0/Lock.swift/pull/546) ([cocojoe](https://github.com/cocojoe)) + ## [2.9.0](https://github.com/auth0/Lock.swift/tree/2.9.0) (2018-12-12) [Full Changelog](https://github.com/auth0/Lock.swift/compare/2.8.0...2.9.0) diff --git a/Lock/Info.plist b/Lock/Info.plist index d26d1d04f..c07fd3ce3 100644 --- a/Lock/Info.plist +++ b/Lock/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.9.0 + 2.10.0 CFBundleSignature ???? CFBundleVersion diff --git a/LockTests/Info.plist b/LockTests/Info.plist index 3d442aab4..9b424a979 100644 --- a/LockTests/Info.plist +++ b/LockTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.9.0 + 2.10.0 CFBundleSignature ???? CFBundleVersion diff --git a/LockUITests/Info.plist b/LockUITests/Info.plist index c86201884..03b78a3a5 100644 --- a/LockUITests/Info.plist +++ b/LockUITests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.9.0 + 2.10.0 CFBundleVersion 1 diff --git a/README.md b/README.md index 3a292fd27..a28d0c056 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Need help migrating from v1? Please check our [Migration Guide](MIGRATION.md) Add the following line to your Podfile: ```ruby - pod "Lock", "~> 2.9" + pod "Lock", "~> 2.10" ``` ### Carthage @@ -39,7 +39,7 @@ Need help migrating from v1? Please check our [Migration Guide](MIGRATION.md) In your `Cartfile` add ```ruby -github "auth0/Lock.swift" ~> 2.9 +github "auth0/Lock.swift" ~> 2.10 ``` ## Usage