Skip to content

Commit c739932

Browse files
committed
Release 1.6.0
1 parent 182012d commit c739932

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
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.5.0</string>
18+
<string>1.6.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.5.0</string>
18+
<string>1.6.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.5.0</string>
18+
<string>1.6.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.5.0</string>
18+
<string>1.6.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

CHANGELOG.md

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

3+
## [1.6.0](https://github.com/auth0/Auth0.swift/tree/1.6.0) (2017-06-06)
4+
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.5.0...1.6.0)
5+
6+
**Added**
7+
- Added WebAuth Auth0 Session Clear [\#115](https://github.com/auth0/Auth0.swift/pull/115) ([cocojoe](https://github.com/cocojoe))
8+
- Credentials support NSSecureCoding, CredentialsManager Utility, KeyChain Storage [\#113](https://github.com/auth0/Auth0.swift/pull/113) ([cocojoe](https://github.com/cocojoe))
9+
- Added method to revoke refresh tokens [\#111](https://github.com/auth0/Auth0.swift/pull/111) ([cocojoe](https://github.com/cocojoe))
10+
11+
**Changed**
12+
- Xcode 8.3 Compatibility [\#108](https://github.com/auth0/Auth0.swift/pull/108) ([cocojoe](https://github.com/cocojoe))
13+
- Use built-in Carthage Cache system [\#107](https://github.com/auth0/Auth0.swift/pull/107) ([hzalaz](https://github.com/hzalaz))
14+
- Update Dependencies [\#105](https://github.com/auth0/Auth0.swift/pull/105) ([cocojoe](https://github.com/cocojoe))
15+
16+
**Fixed**
17+
- Restrict webAuth tests to iOS [\#109](https://github.com/auth0/Auth0.swift/pull/109) ([cocojoe](https://github.com/cocojoe))
18+
319
## [1.5.0](https://github.com/auth0/Auth0.swift/tree/1.5.0) (2017-03-27)
420
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.4.0...1.5.0)
521

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Auth0.swift is available through [CocoaPods](http://cocoapods.org).
2626
To install it, simply add the following line to your Podfile:
2727

2828
```ruby
29-
pod "Auth0", '~> 1.5'
29+
pod "Auth0", '~> 1.6'
3030
```
3131

3232
###Carthage
3333

3434
In your Cartfile add this line
3535

3636
```
37-
github "auth0/Auth0.swift" ~> 1.5
37+
github "auth0/Auth0.swift" ~> 1.6
3838
```
3939

4040
## Usage

0 commit comments

Comments
 (0)