We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414f5b7 commit cc8193cCopy full SHA for cc8193c
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# JSON Web Token Changelog
2
3
-## Master
+## 2.0.1
4
+
5
+This release adds support for Swift 3.0.
6
7
### Breaking
8
@@ -13,9 +15,6 @@
13
15
.hs256("secret".data(using: .utf8)!)
14
16
```
17
-## 2.0.0
-
18
-This release adds support for Swift 3.0.
19
20
## 1.5.0
21
JSONWebToken.podspec
@@ -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' }
0 commit comments