Skip to content

Commit

Permalink
chore: Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Dec 2, 2016
1 parent 7e0c9a4 commit 72d693f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# JSON Web Token Changelog

## 2.0.2

### Enhancements

- Adds support for Linux.


## 2.0.1

This release adds support for Swift 3.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.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' }
Expand Down

0 comments on commit 72d693f

Please sign in to comment.