diff --git a/CHANGELOG.md b/CHANGELOG.md index 2678b7f..01f17db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.8.2 + +- Downgraing `collection` to 1.7.1 to be compatible with flutter_test + ## 2.8.1 - Updating dependencies diff --git a/pubspec.yaml b/pubspec.yaml index 0393e16..bb75e1c 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.8.1 +version: 2.8.2 repository: https://github.com/jonasroussel/dart_jsonwebtoken homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme @@ -17,8 +17,8 @@ dependencies: crypto: ^3.0.3 pointycastle: ^3.7.3 convert: ^3.1.1 - collection: ^1.17.2 + collection: ^1.17.1 ed25519_edwards: ^0.3.1 dev_dependencies: - lints: ^2.0.1 + lints: ^2.1.1