From 55cf200496d15712c9b168c5d092b56e64d48d35 Mon Sep 17 00:00:00 2001 From: Martin Walsh Date: Mon, 30 Sep 2019 12:42:31 +0100 Subject: [PATCH] Release 2.13.0 (#574) --- App/Info.plist | 2 +- CHANGELOG.md | 9 +++++++++ Lock/Info.plist | 2 +- LockTests/Info.plist | 2 +- LockUITests/Info.plist | 2 +- README.md | 4 ++-- 6 files changed, 15 insertions(+), 6 deletions(-) diff --git a/App/Info.plist b/App/Info.plist index d393cc27a..0a6dfc840 100644 --- a/App/Info.plist +++ b/App/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.12.0 + 2.13.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/CHANGELOG.md b/CHANGELOG.md index 71fefd483..68f5abde0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [2.13.0](https://github.com/auth0/Lock.swift/tree/2.13.0) (2019-09-30) +[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.12.0...2.13.0) + +**Deprecated** +- Deprecated Legacy 1Password Manager Functionality [\#572](https://github.com/auth0/Lock.swift/pull/572) ([cocojoe](https://github.com/cocojoe)) + +**Fixed** +- Fix LockViewController scrolling [\#571](https://github.com/auth0/Lock.swift/pull/571) ([ejensen](https://github.com/ejensen)) + ## [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) diff --git a/Lock/Info.plist b/Lock/Info.plist index 142b4d16e..ce5e6dbd0 100644 --- a/Lock/Info.plist +++ b/Lock/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.12.0 + 2.13.0 CFBundleSignature ???? CFBundleVersion diff --git a/LockTests/Info.plist b/LockTests/Info.plist index 2ef5c955f..6e98d7835 100644 --- a/LockTests/Info.plist +++ b/LockTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.12.0 + 2.13.0 CFBundleSignature ???? CFBundleVersion diff --git a/LockUITests/Info.plist b/LockUITests/Info.plist index 710dd45d2..49e1cc494 100644 --- a/LockUITests/Info.plist +++ b/LockUITests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.12.0 + 2.13.0 CFBundleVersion 1 diff --git a/README.md b/README.md index 7fbe7b982..9b72f4fc6 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.12" + pod "Lock", "~> 2.13" ``` ### 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.12 +github "auth0/Lock.swift" ~> 2.13 ``` ## Usage