Skip to content

Commit 7edaf75

Browse files
authored
Release 1.11.1 (#202)
* Update gitignore * Release 1.11.1
1 parent 3d5cd33 commit 7edaf75

File tree

6 files changed

+11
-4
lines changed

6 files changed

+11
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ fastlane/report.xml
9393
fastlane/Preview.html
9494
fastlane/screenshots
9595
fastlane/test_output
96+
fastlane/README.md
9697

9798
# AppCode
9899
#

App/Info.plist

Lines changed: 1 addition & 1 deletion
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.11.0</string>
18+
<string>1.11.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>

Auth0/Info-tvOS.plist

Lines changed: 1 addition & 1 deletion
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.11.0</string>
18+
<string>1.11.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Auth0/Info.plist

Lines changed: 1 addition & 1 deletion
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.11.0</string>
18+
<string>1.11.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Auth0Tests/Info.plist

Lines changed: 1 addition & 1 deletion
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.11.0</string>
18+
<string>1.11.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.11.1](https://github.com/auth0/Auth0.swift/tree/1.11.1) (2018-06-08)
4+
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.11.0...1.11.1)
5+
6+
**Added**
7+
- Added optional paramaters to login API [\#199](https://github.com/auth0/Auth0.swift/pull/199) ([akiroz](https://github.com/akiroz))
8+
39
## [1.11.0](https://github.com/auth0/Auth0.swift/tree/1.11.0) (2018-05-11)
410
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.10.1...1.11.0)
511

0 commit comments

Comments
 (0)