diff --git a/CHANGELOG.md b/CHANGELOG.md index e6cd6133..7fd10088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.7.0-nullsafety.8] - 23nd Nov 2021 +- chore: Update FluffyBox + ## [0.7.0-nullsafety.7] - 23nd Nov 2021 feat: Add commands to create chats feat: Add clear cache command diff --git a/pubspec.yaml b/pubspec.yaml index 04f6ca4f..3c8e3562 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.7.0-nullsafety.7 +version: 0.7.0-nullsafety.8 homepage: https://famedly.com environment: @@ -23,7 +23,7 @@ dependencies: slugify: ^2.0.0 html: ^0.15.0 collection: ^1.15.0 - fluffybox: ^0.3.3 + fluffybox: ^0.3.4 dev_dependencies: dart_code_metrics: ^4.4.0