We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0c9a4 commit 72d693fCopy full SHA for 72d693f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# JSON Web Token Changelog
2
3
+## 2.0.2
4
+
5
+### Enhancements
6
7
+- Adds support for Linux.
8
9
10
## 2.0.1
11
12
This release adds support for Swift 3.0.
JSONWebToken.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'JSONWebToken'
- spec.version = '2.0.1'
+ spec.version = '2.0.2'
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