File tree Expand file tree Collapse file tree 6 files changed +11
-4
lines changed Expand file tree Collapse file tree 6 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ fastlane/report.xml
93
93
fastlane /Preview.html
94
94
fastlane /screenshots
95
95
fastlane /test_output
96
+ fastlane /README.md
96
97
97
98
# AppCode
98
99
#
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.11.0 </string >
18
+ <string >1.11.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleURLTypes </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.11.0 </string >
18
+ <string >1.11.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.11.0 </string >
18
+ <string >1.11.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.11.0 </string >
18
+ <string >1.11.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
9
## [ 1.11.0] ( https://github.com/auth0/Auth0.swift/tree/1.11.0 ) (2018-05-11)
4
10
[ Full Changelog] ( https://github.com/auth0/Auth0.swift/compare/1.10.1...1.11.0 )
5
11
You can’t perform that action at this time.
0 commit comments