Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Jul 19, 2018
1 parent 9fb37fd commit e0318bd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [0.5.0](https://github.com/auth0/Guardian.swift/tree/0.5.0) (2018-07-19)
[Full Changelog](https://github.com/auth0/Guardian.swift/compare/0.4.0...0.5.0)
**Closed issues**
- Private constants as default arguments - Swift 4 Support [\#61](https://github.com/auth0/Guardian.swift/issues/61)

**Changed**
- Update to compile with Swift 4 [\#63](https://github.com/auth0/Guardian.swift/pull/63) ([hzalaz](https://github.com/hzalaz))

**Deprecated**
- Deprecate iOS 9 or older notification code [\#64](https://github.com/auth0/Guardian.swift/pull/64) ([hzalaz](https://github.com/hzalaz))

## [0.4.0](https://github.com/auth0/Guardian.swift/tree/0.4.0) (2018-06-08)
[Full Changelog](https://github.com/auth0/Guardian.swift/compare/0.3.1...0.4.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.4.0</string>
<string>0.5.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.4.0</string>
<string>0.5.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.4.0</string>
<string>0.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ Guardian.swift is available through [CocoaPods](http://cocoapods.org).
To install it, simply add the following line to your Podfile:

```ruby
pod 'Guardian', '~> 0.4.0'
pod 'Guardian', '~> 0.5.0'
```

#### Carthage

In your Cartfile add this line

```
github "auth0/Guardian.swift" ~> 0.4.0
github "auth0/Guardian.swift" ~> 0.5.0
```

## Usage
Expand Down

0 comments on commit e0318bd

Please sign in to comment.