From c32d7b025a369281d3791566eeaab0ada42032d2 Mon Sep 17 00:00:00 2001 From: Ionut Manolache <101598145+ionutmanolache-okta@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:34:22 -0500 Subject: [PATCH] Release 1.5.0 (#141) --- CHANGELOG.md | 6 ++++++ Guardian/Info.plist | 2 +- GuardianApp/AppDelegate.swift | 2 +- GuardianApp/Info.plist | 2 +- GuardianTests/Info.plist | 2 +- README.md | 4 ++-- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57eecf9..04d98cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.5.0](https://github.com/auth0/Guardian.swift/tree/1.5.0) (2025-01-13) +[Full Changelog](https://github.com/auth0/Guardian.swift/compare/1.4.2...1.5.0) + +**Changed** +- Add support for fetching rich consents + ## [1.4.2](https://github.com/auth0/Guardian.swift/tree/1.4.1) (2024-05-29) [Full Changelog](https://github.com/auth0/Guardian.swift/compare/1.4.1...1.4.2) diff --git a/Guardian/Info.plist b/Guardian/Info.plist index 222de54..beed82a 100644 --- a/Guardian/Info.plist +++ b/Guardian/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.4.2 + 1.5.0 CFBundleSignature ???? CFBundleVersion diff --git a/GuardianApp/AppDelegate.swift b/GuardianApp/AppDelegate.swift index 6f37407..8042c02 100644 --- a/GuardianApp/AppDelegate.swift +++ b/GuardianApp/AppDelegate.swift @@ -27,7 +27,7 @@ import UserNotifications @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { - static let tenantDomain = "https://dev-jo51o3afnh6qac8u.us.auth0.com" + static let tenantDomain = "https://guardian-demo.us.auth0.com" static var pushToken: String? = nil var window: UIWindow? diff --git a/GuardianApp/Info.plist b/GuardianApp/Info.plist index 660c851..d6d459f 100644 --- a/GuardianApp/Info.plist +++ b/GuardianApp/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.4.2 + 1.5.0 CFBundleSignature ???? CFBundleVersion diff --git a/GuardianTests/Info.plist b/GuardianTests/Info.plist index 0ee9a76..ceb8ddd 100644 --- a/GuardianTests/Info.plist +++ b/GuardianTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.4.2 + 1.5.0 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index 96ab759..7c7f4e2 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Guardian.swift is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby -pod 'Guardian', '~> 1.4.2' +pod 'Guardian', '~> 1.5.0' ``` #### Carthage @@ -44,7 +44,7 @@ pod 'Guardian', '~> 1.4.2' In your Cartfile add this line ``` -github "auth0/Guardian.swift" ~> 1.4.2 +github "auth0/Guardian.swift" ~> 1.5.0 ``` ## Usage