Skip to content

Commit c32d7b0

Browse files
Release 1.5.0 (#141)
1 parent 78470ec commit c32d7b0

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.5.0](https://github.com/auth0/Guardian.swift/tree/1.5.0) (2025-01-13)
4+
[Full Changelog](https://github.com/auth0/Guardian.swift/compare/1.4.2...1.5.0)
5+
6+
**Changed**
7+
- Add support for fetching rich consents
8+
39
## [1.4.2](https://github.com/auth0/Guardian.swift/tree/1.4.1) (2024-05-29)
410
[Full Changelog](https://github.com/auth0/Guardian.swift/compare/1.4.1...1.4.2)
511

Guardian/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.4.2</string>
18+
<string>1.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

GuardianApp/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import UserNotifications
2727
@UIApplicationMain
2828
class AppDelegate: UIResponder, UIApplicationDelegate {
2929

30-
static let tenantDomain = "https://dev-jo51o3afnh6qac8u.us.auth0.com"
30+
static let tenantDomain = "https://guardian-demo.us.auth0.com"
3131

3232
static var pushToken: String? = nil
3333
var window: UIWindow?

GuardianApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.4.2</string>
18+
<string>1.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

GuardianTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.4.2</string>
18+
<string>1.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ Guardian.swift is available through [CocoaPods](http://cocoapods.org).
3636
To install it, simply add the following line to your Podfile:
3737

3838
```ruby
39-
pod 'Guardian', '~> 1.4.2'
39+
pod 'Guardian', '~> 1.5.0'
4040
```
4141

4242
#### Carthage
4343

4444
In your Cartfile add this line
4545

4646
```
47-
github "auth0/Guardian.swift" ~> 1.4.2
47+
github "auth0/Guardian.swift" ~> 1.5.0
4848
```
4949

5050
## Usage

0 commit comments

Comments
 (0)