diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d5e19ca..8b2e7c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.12.1] - 17th Aug 2022 +- chore: simplify getTimeline condition a bit (Nicolas Werner) +- chore: support MIME in file factory (Lanna Michalke) +- fix: follow up for native implementations web (Lanna Michalke) + ## [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) diff --git a/pubspec.yaml b/pubspec.yaml index 9c18859a..edf2aa3a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.12.0 +version: 0.12.1 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git