Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaseu committed Jun 2, 2017
1 parent 423a81c commit ea99353
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Guardian/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion GuardianApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion GuardianTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit ea99353

Please sign in to comment.