Skip to content

Commit

Permalink
Release 1.23.0 (#371)
Browse files Browse the repository at this point in the history
* Release 1.23.0

* Update CHANGELOG.md
  • Loading branch information
Widcket authored Mar 30, 2020
1 parent 27944d1 commit 768cd02
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion App/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.22.1</string>
<string>1.23.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion Auth0/Info-tvOS.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.22.1</string>
<string>1.23.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Auth0/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.22.1</string>
<string>1.23.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Auth0Tests/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.22.1</string>
<string>1.23.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [1.23.0](https://github.com/auth0/Auth0.swift/tree/1.23.0) (2020-03-30)
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.22.1...1.23.0)

**Added**
- Added support for Refresh Token Rotation [SDK-1420] [\#369](https://github.com/auth0/Auth0.swift/pull/369) ([Widcket](https://github.com/Widcket))
- Added support for iOS extensions [\#365](https://github.com/auth0/Auth0.swift/pull/365) ([Widcket](https://github.com/Widcket))
- Added Facebook token exchange method [SDK-1401] [\#358](https://github.com/auth0/Auth0.swift/pull/358) ([Widcket](https://github.com/Widcket))

**Deprecated**
- Renamed native social login methods [\#370](https://github.com/auth0/Auth0.swift/pull/370) ([Widcket](https://github.com/Widcket))

**Fixed**
- Updated Facebook subject_token_type [\#361](https://github.com/auth0/Auth0.swift/pull/361) ([Widcket](https://github.com/Widcket))

**Security**
- [Snyk] Fix for 3 vulnerabilities [\#360](https://github.com/auth0/Auth0.swift/pull/360) ([crew-security](https://github.com/crew-security))

## [1.22.1](https://github.com/auth0/Auth0.swift/tree/1.22.1) (2020-02-28)
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.22.0...1.22.1)

Expand Down
2 changes: 1 addition & 1 deletion OAuth2Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.22.1</string>
<string>1.23.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion OAuth2TV/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.22.1</string>
<string>1.23.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 768cd02

Please sign in to comment.