Skip to content

Commit 46ef7e3

Browse files
Release 1.7.0 (#144)
1 parent 79701ec commit 46ef7e3

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22

3-
## [1.6.0](https://github.com/auth0/Guardian.swift/tree/1.5.0) (2025-03-07)
3+
## [1.7.0](https://github.com/auth0/Guardian.swift/tree/1.7.0) (2025-03-12)
4+
- Add RAR support to CIBA flow.
5+
[Full Changelog](https://github.com/auth0/Guardian.swift/compare/1.6.0...1.7.0)
6+
7+
## [1.6.0](https://github.com/auth0/Guardian.swift/tree/1.6.0) (2025-03-07)
48
- SPM Support
59
- Swift 5 Support
610
[Full Changelog](https://github.com/auth0/Guardian.swift/compare/1.5.0...1.6.0)

Guardian/Info.plist

+1-1
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.6.0</string>
18+
<string>1.7.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

GuardianApp/Info.plist

+1-1
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.6.0</string>
18+
<string>1.7.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

GuardianTests/Info.plist

+1-1
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.6.0</string>
18+
<string>1.7.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

+2-2
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.5.0'
39+
pod 'Guardian', '~> 1.7.0'
4040
```
4141

4242
#### Carthage
4343

4444
In your Cartfile add this line
4545

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

5050
#### Swift Package Manager

0 commit comments

Comments
 (0)