This commit is contained in:
Jonas Roussel
2025-01-20 13:10:54 +01:00
parent b645662506
commit 1be10d9387
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 2.15.0
- Added support for PSS alogrithm varations (https://github.com/jonasroussel/dart_jsonwebtoken/pull/59)
## 2.14.2
- Ensure `sub`, `iss`, `jti` are strings (https://github.com/jonasroussel/dart_jsonwebtoken/pull/62)

View File

@ -1,6 +1,6 @@
name: dart_jsonwebtoken
description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).
version: 2.14.2
version: 2.15.0
repository: https://github.com/jonasroussel/dart_jsonwebtoken
homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme