From ea99353dfeb7fb0e67f7dcd9cdcc6d65e9ac2cf6 Mon Sep 17 00:00:00 2001 From: Nicolas Ulrich Date: Fri, 2 Jun 2017 00:54:28 -0300 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 7 +++++++ Guardian/Info.plist | 2 +- GuardianApp/Info.plist | 2 +- GuardianTests/Info.plist | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf7d41..ca4319f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [0.3.0](https://github.com/auth0/Guardian.swift/tree/0.3.0) (2017-06-02) +[Full Changelog](https://github.com/auth0/Guardian.swift/compare/0.2.0...0.3.0) + +**Added** +- Make RSAKeyPair(publicKeyTag:privateKeyTag) constructor public [\#49](https://github.com/auth0/Guardian.swift/pull/49) ([nikolaseu](https://github.com/nikolaseu)) +- Add support for appliance [\#48](https://github.com/auth0/Guardian.swift/pull/48) ([nikolaseu](https://github.com/nikolaseu)) + ## [0.2.0](https://github.com/auth0/Guardian.swift/tree/0.2.0) (2017-01-16) [Full Changelog](https://github.com/auth0/Guardian.swift/compare/0.1.0...0.2.0) diff --git a/Guardian/Info.plist b/Guardian/Info.plist index 6019f05..f42ccf5 100644 --- a/Guardian/Info.plist +++ b/Guardian/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.0 + 0.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/GuardianApp/Info.plist b/GuardianApp/Info.plist index 00e316f..caff169 100644 --- a/GuardianApp/Info.plist +++ b/GuardianApp/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.0 + 0.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/GuardianTests/Info.plist b/GuardianTests/Info.plist index 1eed703..3769685 100644 --- a/GuardianTests/Info.plist +++ b/GuardianTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.2.0 + 0.3.0 CFBundleSignature ???? CFBundleVersion