Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed May 16, 2016
1 parent 52c6978 commit 6a1bc82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# JSON Web Token Changelog
## 0.5.0

This release updates the dependency on CryptoSwift to ~> 0.4.0 which adds
support for Swift 2.2.
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 = '1.4.3'
spec.version = '1.5.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 6a1bc82

Please sign in to comment.