From 3bbfd9f96f6daa68113d0b5ce4120893ff161e26 Mon Sep 17 00:00:00 2001 From: Martin Walsh Date: Fri, 5 Oct 2018 16:10:41 +0100 Subject: [PATCH] Release 2.8.0 --- App/Info.plist | 2 +- CHANGELOG.md | 6 ++++++ Lock/Info.plist | 2 +- LockTests/Info.plist | 2 +- LockUITests/Info.plist | 2 +- README.md | 4 ++-- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/App/Info.plist b/App/Info.plist index bf0238d2e..5eabce27f 100644 --- a/App/Info.plist +++ b/App/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.7.0 + 2.8.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d381b3e..bdfe31860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.8.0](https://github.com/auth0/Lock.swift/tree/2.8.0) (2018-10-05) +[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.7.0...2.8.0) + +**Added** +- Added showTerms feature flag [\#520](https://github.com/auth0/Lock.swift/pull/520) ([cocojoe](https://github.com/cocojoe)) + ## [2.7.0](https://github.com/auth0/Lock.swift/tree/2.7.0) (2018-09-18) [Full Changelog](https://github.com/auth0/Lock.swift/compare/2.6.0...2.7.0) diff --git a/Lock/Info.plist b/Lock/Info.plist index 1b88d4cd6..77524248a 100644 --- a/Lock/Info.plist +++ b/Lock/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.7.0 + 2.8.0 CFBundleSignature ???? CFBundleVersion diff --git a/LockTests/Info.plist b/LockTests/Info.plist index b2f9bd370..86750f9be 100644 --- a/LockTests/Info.plist +++ b/LockTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.7.0 + 2.8.0 CFBundleSignature ???? CFBundleVersion diff --git a/LockUITests/Info.plist b/LockUITests/Info.plist index 20a3a5d2e..276d2a9cf 100644 --- a/LockUITests/Info.plist +++ b/LockUITests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.7.0 + 2.8.0 CFBundleVersion 1 diff --git a/README.md b/README.md index 552603bc9..69113933c 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.7" + pod "Lock", "~> 2.8" ``` ### 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.7 +github "auth0/Lock.swift" ~> 2.8 ``` ## Usage