diff --git a/CHANGELOG.md b/CHANGELOG.md index c211a319..1d5e19ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.12.0] - 16th Aug 2022 +- feat: Add markasdm and markasgroup commands (Christian Pauly) +- refactor: Add reference to itself in bootstrap onUpdate callback (Christian Pauly) + ## [0.11.2] - 12th Aug 2022 - chore: Use onRoomState to monitor group call creation and member join and leave. (cloudwebrtc) - chore: expose option to retry computations (Lanna Michalke) diff --git a/pubspec.yaml b/pubspec.yaml index 9f18f8a3..9c18859a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.11.2 +version: 0.12.0 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git