Skip to content

Commit 47c387c

Browse files
committed
Release 1.0.0-beta.4
1 parent e1da8e1 commit 47c387c

File tree

5 files changed

+18
-6
lines changed

5 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.0.0-beta.3</string>
18+
<string>1.0.0-beta.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</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.0.0-beta.3</string>
18+
<string>1.0.0-beta.4</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.0.0-beta.3</string>
18+
<string>1.0.0-beta.4</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.0.0-beta.4](https://github.com/auth0/Auth0.swift/tree/1.0.0-beta.4) (2016-06-30)
4+
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.0.0-beta.3...1.0.0-beta.4)
5+
6+
**Added:**
7+
8+
- Allow to override telemetry info [\#32](https://github.com/auth0/Auth0.swift/pull/32) ([hzalaz](https://github.com/hzalaz))
9+
10+
**Fixed:**
11+
12+
- Made `start()` of `ConcatRequest` public [\#31](https://github.com/auth0/Auth0.swift/pull/31) ([pablolvillar](https://github.com/pablolvillar))
13+
- Send Authorization header was sent for Users API [\#33](https://github.com/auth0/Auth0.swift/pull/33) ([hzalaz](https://github.com/hzalaz))
14+
315
## [1.0.0-beta.3](https://github.com/auth0/Auth0.swift/tree/1.0.0-beta.3) (2016-06-20)
416
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.0.0-beta.2...1.0.0-beta.3)
517

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GIT
22
remote: https://github.com/hzalaz/carthage_cache
3-
revision: ee9f5a5304dd0bd7860fd62b0480424126c51d1b
3+
revision: 7b0da9ae7b1624bcb4c15ba2436d5607f51a517a
44
branch: travis-for-oss-support
55
specs:
6-
carthage_cache (0.4.0)
6+
carthage_cache (0.4.1)
77
aws-sdk (~> 2.2.3)
88
commander (~> 4.3)
99

@@ -22,7 +22,7 @@ GEM
2222
jmespath (1.2.4)
2323
json_pure (>= 1.8.1)
2424
json_pure (1.8.3)
25-
rouge (1.10.1)
25+
rouge (1.11.1)
2626
xcpretty (0.2.2)
2727
rouge (~> 1.8)
2828
xcpretty-travis-formatter (0.0.4)

0 commit comments

Comments
 (0)