Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 13, 2016
1 parent 414f5b7 commit cc8193c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# JSON Web Token Changelog

## Master
## 2.0.1

This release adds support for Swift 3.0.

### Breaking

Expand All @@ -13,9 +15,6 @@
.hs256("secret".data(using: .utf8)!)
```

## 2.0.0

This release adds support for Swift 3.0.

## 1.5.0

Expand Down
2 changes: 1 addition & 1 deletion JSONWebToken.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'JSONWebToken'
spec.version = '2.0.0'
spec.version = '2.0.1'
spec.summary = 'Swift library for JSON Web Tokens (JWT).'
spec.homepage = 'https://github.com/kylef/JSONWebToken.swift'
spec.license = { :type => 'BSD', :file => 'LICENSE' }
Expand Down

0 comments on commit cc8193c

Please sign in to comment.