diff --git a/App/Info.plist b/App/Info.plist index aad8c884c..5b2a2acd5 100644 --- a/App/Info.plist +++ b/App/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.11.0 + 2.12.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a1baaab..71fefd483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.12.0](https://github.com/auth0/Lock.swift/tree/2.12.0) (2019-08-27) +[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.11.0...2.12.0) + +**Added** +- Updated for iOS 13 dependencies [\#564](https://github.com/auth0/Lock.swift/pull/564) ([cocojoe](https://github.com/cocojoe)) + ## [2.11.0](https://github.com/auth0/Lock.swift/tree/2.11.0) (2019-07-26) [Full Changelog](https://github.com/auth0/Lock.swift/compare/2.10.1...2.11.0) diff --git a/Lock/Info.plist b/Lock/Info.plist index dba8aaf65..142b4d16e 100644 --- a/Lock/Info.plist +++ b/Lock/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.11.0 + 2.12.0 CFBundleSignature ???? CFBundleVersion diff --git a/LockTests/Info.plist b/LockTests/Info.plist index 052e2af6c..2ef5c955f 100644 --- a/LockTests/Info.plist +++ b/LockTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.11.0 + 2.12.0 CFBundleSignature ???? CFBundleVersion diff --git a/LockUITests/Info.plist b/LockUITests/Info.plist index 85f7c01d7..710dd45d2 100644 --- a/LockUITests/Info.plist +++ b/LockUITests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.11.0 + 2.12.0 CFBundleVersion 1 diff --git a/README.md b/README.md index 53308c51e..52c8a5e0b 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.11" + pod "Lock", "~> 2.12" ``` ### 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.11 +github "auth0/Lock.swift" ~> 2.12 ``` ## Usage