Skip to content

Commit

Permalink
v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasroussel committed Sep 30, 2023
1 parent 7fe143b commit 44e2815
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.12.0

- **NEW:** tests have been added
- **NEW:** publish & test CI
- Making all `JWTAlgorithm` classes public (mainly to be mocked in tests)

## 2.11.0

- Removing `basic_utils` package that was incompatible with flutter web
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_jsonwebtoken
description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).
version: 2.11.0
version: 2.12.0
repository: https://github.com/jonasroussel/dart_jsonwebtoken
homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme

Expand Down

0 comments on commit 44e2815

Please sign in to comment.