diff --git a/CHANGELOG.md b/CHANGELOG.md index d553a1ff..fda05492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.9.3] - 11th May 2022 +- fix: Missing null check in get single room method + ## [0.9.2] - 10th May 2022 - chore: Make path configurable in uiaLogin diff --git a/pubspec.yaml b/pubspec.yaml index 285e2725..8ff1a4e0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.9.2 +version: 0.9.3 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git