From f397f9c11f817340dd0a95d28642f5307bf14de0 Mon Sep 17 00:00:00 2001 From: Jonas Roussel Date: Sat, 27 May 2023 20:44:17 +0200 Subject: [PATCH] v2.8.1 --- CHANGELOG.md | 7 ++++++- pubspec.yaml | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f95446e..2678b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ +## 2.8.1 + +- Updating dependencies +- Fixing `CHANGELOG.md` + ## 2.8.0 -- **BREAKING CHANGE**: Renaming all JWT...Error to JWT...Exception (https://github.com/jonasroussel/dart_jsonwebtoken/pull/42) +- **BREAKING CHANGE**: Replacing all JWTError by JWTException that is more accurate (https://github.com/jonasroussel/dart_jsonwebtoken/issues/39) - Fixing assert message (https://github.com/jonasroussel/dart_jsonwebtoken/pull/42) ## 2.7.1 diff --git a/pubspec.yaml b/pubspec.yaml index 3d4ee4c..16be74d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,10 +14,10 @@ false_secrets: - /example/rsa_public.pem dependencies: - crypto: ^3.0.2 - pointycastle: ^3.6.2 + crypto: ^3.0.3 + pointycastle: ^3.7.3 convert: ^3.1.1 - collection: ^1.16.0 + collection: ^1.17.2 ed25519_edwards: ^0.3.1 dev_dependencies: