Skip to content

Commit edb6f02

Browse files
committed
Release 1.2.0
1 parent 52b17ed commit edb6f02

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-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.1.1</string>
18+
<string>1.2.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.1.1</string>
18+
<string>1.2.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.1.1</string>
18+
<string>1.2.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.1.1</string>
18+
<string>1.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/auth0/Auth0.swift/tree/1.2.0) (2017-02-06)
4+
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.1.1...1.2.0)
5+
6+
7+
**Added**
8+
- Native Authentication support [\#86](https://github.com/auth0/Auth0.swift/pull/86) ([cocojoe](https://github.com/cocojoe))
9+
- Added SwiftLint to project [\#84](https://github.com/auth0/Auth0.swift/pull/84) ([cocojoe](https://github.com/cocojoe))
10+
- Profile timestamp to expect epoch, fallback to ISO8601 [\#83](https://github.com/auth0/Auth0.swift/pull/83) ([cocojoe](https://github.com/cocojoe))
11+
12+
**Fixed**
13+
- Support OIDC /userInfo in Profile [\#89](https://github.com/auth0/Auth0.swift/pull/89) ([cocojoe](https://github.com/cocojoe))
14+
315
## [1.1.1](https://github.com/auth0/Auth0.swift/tree/1.1.1) (2017-01-02)
416
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.1.0...1.1.1)
517

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.1'
29+
pod "Auth0", '~> 1.2'
3030
```
3131

3232
###Carthage
3333

3434
In your Cartfile add this line
3535

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

4040
## Usage

0 commit comments

Comments
 (0)