Skip to content

Commit e9e7d0c

Browse files
committed
Release 0.8.1
1 parent 236fd10 commit e9e7d0c

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [0.8.1](https://github.com/auth0/SimpleKeychain/tree/0.8.1) (2018-04-30)
4+
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.8.0...0.8.1)
5+
6+
**Added**
7+
- Added Circle CI 2.0 [\#51](https://github.com/auth0/SimpleKeychain/pull/51) ([cocojoe](https://github.com/cocojoe))
8+
9+
**Changed**
10+
- Update dependencies [\#49](https://github.com/auth0/SimpleKeychain/pull/49) ([cocojoe](https://github.com/cocojoe))
11+
12+
**Fixed**
13+
- Fix Pod Lib Lint Warnings [\#48](https://github.com/auth0/SimpleKeychain/pull/48) ([Y2JChamp](https://github.com/Y2JChamp))
14+
315
## [0.8.0](https://github.com/auth0/SimpleKeychain/tree/0.8.0) (2017-06-06)
416
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.7.0...0.8.0)
517

SimpleKeychain/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>0.8.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

SimpleKeychainApp/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>0.8.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

SimpleKeychainTests/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>0.8.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)