Skip to content

Commit 31a5ceb

Browse files
authored
Release 1.22.0 (#352)
1 parent be7d820 commit 31a5ceb

File tree

8 files changed

+17
-8
lines changed

8 files changed

+17
-8
lines changed

App/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.21.0</string>
18+
<string>1.22.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>

Auth0/Info-tvOS.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.21.0</string>
18+
<string>1.22.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Auth0/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.21.0</string>
18+
<string>1.22.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Auth0Tests/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.21.0</string>
18+
<string>1.22.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

CHANGELOG.md

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

3+
## [1.22.0](https://github.com/auth0/Auth0.swift/tree/1.22.0) (2020-02-19)
4+
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.21.0...1.22.0)
5+
6+
**Added**
7+
- Added redirect URL method to WebAuth builder [SDK-1299] [\#351](https://github.com/auth0/Auth0.swift/pull/351) ([Widcket](https://github.com/Widcket))
8+
9+
**Changed**
10+
- Refactored SIWA token exchange method [SDK-1349] [\#350](https://github.com/auth0/Auth0.swift/pull/350) ([Widcket](https://github.com/Widcket))
11+
312
## [1.21.0](https://github.com/auth0/Auth0.swift/tree/1.21.0) (2020-02-04)
413
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.20.0...1.21.0)
514

OAuth2Mac/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.21.0</string>
20+
<string>1.22.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSMinimumSystemVersion</key>

OAuth2TV/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.21.0</string>
18+
<string>1.22.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Swift toolkit that lets you communicate efficiently with many of the [Auth0 API]
3939
If you are using [Carthage](https://github.com/Carthage/Carthage), add the following lines to your `Cartfile`:
4040

4141
```ruby
42-
github "auth0/Auth0.swift" ~> 1.21
42+
github "auth0/Auth0.swift" ~> 1.22
4343
```
4444

4545
Then run `carthage bootstrap`.
@@ -52,7 +52,7 @@ If you are using [Cocoapods](https://cocoapods.org/), add these lines to your `P
5252

5353
```ruby
5454
use_frameworks!
55-
pod 'Auth0', '~> 1.21'
55+
pod 'Auth0', '~> 1.22'
5656
```
5757

5858
Then run `pod install`.

0 commit comments

Comments
 (0)