diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ab2af..f4472b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.14.2 + +- Ensure `sub`, `iss`, `jti` are strings (https://github.com/jonasroussel/dart_jsonwebtoken/pull/62) + ## 2.14.1 - Fix `iat` claim verification (https://github.com/jonasroussel/dart_jsonwebtoken/pull/57) diff --git a/pubspec.yaml b/pubspec.yaml index d48a797..2d0479e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_jsonwebtoken description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT). -version: 2.14.1 +version: 2.14.2 repository: https://github.com/jonasroussel/dart_jsonwebtoken homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme