Skip to content

Commit

Permalink
chore: Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 20, 2017
1 parent a891e63 commit e5745f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# JSON Web Token Changelog

## Master
## 2.2.0

### Enhancements

- On Apple platforms, JSONWebToken will use the system CommonCrypto where possible.
- Allow passing additional headers when encoding a JWT.
- Allow passing leeway parameter for date checks when verifying a JWT.

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.1.1'
spec.version = '2.2.0'
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 e5745f9

Please sign in to comment.