diff --git a/CHANGELOG.md b/CHANGELOG.md index 127dbc11..e072fefe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.22.1] - 19th July 2023 + +- chore: add pub release job (td) +- chore: add dependabot (Niklas Zender) +- feat: Use github actions (Nicolas Werner) +- fix: do not proceed call if getUserMedia fails (td) + ## [0.22.0] - 4th July 2023 - chore: pass event to redactedAnEvent and removedBy (td) diff --git a/pubspec.yaml b/pubspec.yaml index 11e4e722..d91575f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.22.0 +version: 0.22.1 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git