Skip to content

Commit d72e44b

Browse files
authoredMar 19, 2021
Release 1.32.0 (#465)
1 parent 56bef85 commit d72e44b

File tree

8 files changed

+14
-8
lines changed

8 files changed

+14
-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.31.1</string>
18+
<string>1.32.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.31.1</string>
18+
<string>1.32.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.31.1</string>
18+
<string>1.32.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.31.1</string>
18+
<string>1.32.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

‎CHANGELOG.md

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

3+
## [1.32.0](https://github.com/auth0/Auth0.swift/tree/1.32.0) (2021-03-18)
4+
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.31.1...1.32.0)
5+
6+
**Added**
7+
- Added support for organizations [SDK-2397] [\#463](https://github.com/auth0/Auth0.swift/pull/463) ([Widcket](https://github.com/Widcket))
8+
39
## [1.31.1](https://github.com/auth0/Auth0.swift/tree/1.31.1) (2021-03-09)
410
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.31.0...1.31.1)
511

‎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.31.1</string>
20+
<string>1.32.0</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>

‎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.31.1</string>
18+
<string>1.32.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
@@ -37,7 +37,7 @@ Swift toolkit that lets you communicate efficiently with many of the [Auth0 API]
3737
If you are using [Cocoapods](https://cocoapods.org), add this line to your `Podfile`:
3838

3939
```ruby
40-
pod 'Auth0', '~> 1.31'
40+
pod 'Auth0', '~> 1.32'
4141
```
4242

4343
Then run `pod install`.
@@ -49,7 +49,7 @@ Then run `pod install`.
4949
If you are using [Carthage](https://github.com/Carthage/Carthage), add the following line to your `Cartfile`:
5050

5151
```ruby
52-
github "auth0/Auth0.swift" ~> 1.31
52+
github "auth0/Auth0.swift" ~> 1.32
5353
```
5454

5555
Then run `carthage bootstrap`.

0 commit comments

Comments
 (0)
Please sign in to comment.