diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b024c3..c718fa82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.9.10] - 7nd Jun 2022 +- feat: Allow overriding supportedVersions (Christian Pauly) + ## [0.9.9] - 2nd Jun 2022 - fix: Added deprecation mention for getUserByMXIDSync. diff --git a/pubspec.yaml b/pubspec.yaml index 2eab99a2..480388a2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.9.9 +version: 0.9.10 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git