diff --git a/CHANGELOG.md b/CHANGELOG.md index fcefca5..8d55f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # JSON Web Token Changelog -## Master +## 2.0.1 + +This release adds support for Swift 3.0. ### Breaking @@ -13,9 +15,6 @@ .hs256("secret".data(using: .utf8)!) ``` -## 2.0.0 - -This release adds support for Swift 3.0. ## 1.5.0 diff --git a/JSONWebToken.podspec b/JSONWebToken.podspec index 320bc6f..8308799 100644 --- a/JSONWebToken.podspec +++ b/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' }