From d451b0e062a88736307543eb2f3f20a5cb8da200 Mon Sep 17 00:00:00 2001 From: Martin Walsh Date: Mon, 26 Jun 2017 09:12:59 +0100 Subject: [PATCH] Release 1.7.0 --- App/Info.plist | 2 +- Auth0/Info-tvOS.plist | 2 +- Auth0/Info.plist | 2 +- Auth0Tests/Info.plist | 2 +- CHANGELOG.md | 15 +++++++++++++++ README.md | 4 ++-- 6 files changed, 21 insertions(+), 6 deletions(-) diff --git a/App/Info.plist b/App/Info.plist index fee1ee5e..c80ce533 100644 --- a/App/Info.plist +++ b/App/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.6.0 + 1.7.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/Auth0/Info-tvOS.plist b/Auth0/Info-tvOS.plist index 506b9154..789c6550 100644 --- a/Auth0/Info-tvOS.plist +++ b/Auth0/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.6.0 + 1.7.0 CFBundleSignature ???? CFBundleVersion diff --git a/Auth0/Info.plist b/Auth0/Info.plist index a1dfe14d..01a700fd 100644 --- a/Auth0/Info.plist +++ b/Auth0/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.6.0 + 1.7.0 CFBundleSignature ???? CFBundleVersion diff --git a/Auth0Tests/Info.plist b/Auth0Tests/Info.plist index 105fec01..73cd594c 100644 --- a/Auth0Tests/Info.plist +++ b/Auth0Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.6.0 + 1.7.0 CFBundleSignature ???? CFBundleVersion diff --git a/CHANGELOG.md b/CHANGELOG.md index 06504178..ea55a0d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [1.7.0](https://github.com/auth0/Auth0.swift/tree/1.7.0) (2017-06-26) +[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.6.0...1.7.0) + +**Added** +- Added OIDC Conformant UserInfo class and API Method [\#122](https://github.com/auth0/Auth0.swift/pull/122) ([cocojoe](https://github.com/cocojoe)) +- Added scope property to Credentials [\#120](https://github.com/auth0/Auth0.swift/pull/120) ([cocojoe](https://github.com/cocojoe)) +- Added Touch ID Utility [\#116](https://github.com/auth0/Auth0.swift/pull/116) ([cocojoe](https://github.com/cocojoe)) + +**Changed** +- Use new SFSafariViewController init for iOS11 [\#125](https://github.com/auth0/Auth0.swift/pull/125) ([cocojoe](https://github.com/cocojoe)) +- Refactor deprecated Matcher protocol with Predicate protocol [\#117](https://github.com/auth0/Auth0.swift/pull/117) ([cocojoe](https://github.com/cocojoe)) + +**Deprecated** +- Document Legacy Grant Types & Method deprecations [\#126](https://github.com/auth0/Auth0.swift/pull/126) ([cocojoe](https://github.com/cocojoe)) + ## [1.6.0](https://github.com/auth0/Auth0.swift/tree/1.6.0) (2017-06-06) [Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.5.0...1.6.0) diff --git a/README.md b/README.md index c54284f7..8d7a6a1f 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 -pod "Auth0", '~> 1.6' +pod "Auth0", '~> 1.7' ``` 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.6' +pod 'Auth0', '~> 1.7' ``` Then, run `pod install`.