diff --git a/CHANGELOG.md b/CHANGELOG.md index e19f7461..ad387c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.15.5] - 22nd Nov 2022 +- fix: follow account kind in registration (TheOneWithTheBraid) + ## [0.15.4] - 21st Nov 2022 - feat: support MSC 3935: cute events (TheOneWithTheBraid) - fix: PowerLevel calculation regarding to spec (Krille Fear) diff --git a/pubspec.yaml b/pubspec.yaml index ea1c5c83..67fd012b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.15.4 +version: 0.15.5 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git