Skip to content

Commit

Permalink
Release 1.5.0 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutmanolache-okta authored Jan 14, 2025
1 parent 78470ec commit c32d7b0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Guardian/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.4.2</string>
<string>1.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion GuardianApp/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion GuardianApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.2</string>
<string>1.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion GuardianTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.2</string>
<string>1.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ 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

In your Cartfile add this line

```
github "auth0/Guardian.swift" ~> 1.4.2
github "auth0/Guardian.swift" ~> 1.5.0
```

## Usage
Expand Down

0 comments on commit c32d7b0

Please sign in to comment.