Skip to content

Commit b77fe13

Browse files
authored
Release 1.21.0 (#347)
1 parent 934309b commit b77fe13

File tree

8 files changed

+19
-8
lines changed

8 files changed

+19
-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.20.0</string>
18+
<string>1.21.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.20.0</string>
18+
<string>1.21.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.20.0</string>
18+
<string>1.21.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.20.0</string>
18+
<string>1.21.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

CHANGELOG.md

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

3+
## [1.21.0](https://github.com/auth0/Auth0.swift/tree/1.21.0) (2020-02-04)
4+
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.20.0...1.21.0)
5+
6+
**Added**
7+
- Added a Table of Contents to the README [\#338](https://github.com/auth0/Auth0.swift/pull/338) ([Widcket](https://github.com/Widcket))
8+
- Exposed additional Swift calls to Objective-C [\#342](https://github.com/auth0/Auth0.swift/pull/342) ([npalethorpe](https://github.com/npalethorpe))
9+
- Improved OIDC compliance [SDK-976] [\#346](https://github.com/auth0/Auth0.swift/pull/346) ([Widcket](https://github.com/Widcket))
10+
11+
**Fixed**
12+
- Added missing watchOS shared scheme [\#336](https://github.com/auth0/Auth0.swift/pull/336) ([Widcket](https://github.com/Widcket))
13+
314
## [1.20.0](https://github.com/auth0/Auth0.swift/tree/1.20.0) (2020-01-03)
415
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.19.3...1.20.0)
516

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.20.0</string>
20+
<string>1.21.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.20.0</string>
18+
<string>1.21.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.20
42+
github "auth0/Auth0.swift" ~> 1.21
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.20'
55+
pod 'Auth0', '~> 1.21'
5656
```
5757

5858
Then run `pod install`.

0 commit comments

Comments
 (0)