Skip to content

Commit

Permalink
Merge pull request #93 from auth0/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
joseluisdiaz authored Jun 1, 2021
2 parents 9440de6 + 01c7e18 commit d242e12
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.1.0](https://github.com/auth0/Guardian.swift/tree/1.1.0) (2021-06-01)
[Full Changelog](https://github.com/auth0/Guardian.swift/compare/1.0.0...1.1.0)

**Changed**
- Use JWT tokens when updating and deleting enrolled devices [SDK-2560] [\#91](https://github.com/auth0/Guardian.swift/pull/91) ([Widcket](https://github.com/Widcket))

## [1.0.0](https://github.com/auth0/Guardian.swift/tree/1.0.0) (2018-07-31)
[Full Changelog](https://github.com/auth0/Guardian.swift/compare/0.5.0...1.0.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>1.0.0</string>
<string>1.1.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>1.0.0</string>
<string>1.1.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>1.0.0</string>
<string>1.1.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', '~> 1.0.0'
pod 'Guardian', '~> 1.1.0'
```

#### Carthage

In your Cartfile add this line

```
github "auth0/Guardian.swift" ~> 1.0.0
github "auth0/Guardian.swift" ~> 1.1.0
```

## Usage
Expand Down

0 comments on commit d242e12

Please sign in to comment.