diff --git a/CHANGELOG.md b/CHANGELOG.md index 808c2a9c..28e8533d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.2.1 +- fix: Remove unused dependency mime + ## 0.2.0 - refactor: login method AuthenticationIdentifier diff --git a/pubspec.yaml b/pubspec.yaml index ec883d32..6aadbf69 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix_api_lite description: Dead simple data model for the matrix.org client-server API. -version: 0.2.0 +version: 0.2.1 homepage: https://famedly.com environment: @@ -9,7 +9,6 @@ environment: dependencies: http: ^0.12.2 logger: ^0.9.4 - mime: ^0.9.7 dev_dependencies: pedantic: ^1.11.0