diff --git a/CHANGELOG.md b/CHANGELOG.md index 13569f7..b5397a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [0.8.0](https://github.com/auth0/SimpleKeychain/tree/0.8.0) (2017-06-06) +[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.7.0...0.8.0) + +**Added** +- Added tvOS and watchOS platform support [\#43](https://github.com/auth0/SimpleKeychain/pull/43) ([cocojoe](https://github.com/cocojoe)) +- Xcode 8.3 Compatibility [\#42](https://github.com/auth0/SimpleKeychain/pull/42) ([cocojoe](https://github.com/cocojoe)) + +**Changed** +- Fix Xcode warnings [\#45](https://github.com/auth0/SimpleKeychain/pull/45) ([hzalaz](https://github.com/hzalaz)) + ## [0.7.0](https://github.com/auth0/SimpleKeychain/tree/0.7.0) (2016-01-20) [Full Changelog](https://github.com/auth0/SimpleKeychain/compare/0.6.1...0.7.0) diff --git a/SimpleKeychain/Info.plist b/SimpleKeychain/Info.plist index 3157e47..5d7827c 100644 --- a/SimpleKeychain/Info.plist +++ b/SimpleKeychain/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.7.0 + 0.8.0 CFBundleSignature ???? CFBundleVersion diff --git a/SimpleKeychainApp/Info.plist b/SimpleKeychainApp/Info.plist index 2dd17fa..93f630c 100644 --- a/SimpleKeychainApp/Info.plist +++ b/SimpleKeychainApp/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.7.0 + 0.8.0 CFBundleSignature ???? CFBundleVersion diff --git a/SimpleKeychainTests/Info.plist b/SimpleKeychainTests/Info.plist index c997952..dc2ece1 100644 --- a/SimpleKeychainTests/Info.plist +++ b/SimpleKeychainTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.7.0 + 0.8.0 CFBundleSignature ???? CFBundleVersion