From ae7472e013e34975cbe1599c80bd452a2ad2e2d6 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 14 Apr 2022 19:45:06 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e01fa683..25e48a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.8.20] - 14th Apr 2022 +- fix: Wait for keys in push helper + ## [0.8.19] - 14th Apr 2022 - feat: Get event from push notification - feat: Add more localization strings and add default matrix localizations diff --git a/pubspec.yaml b/pubspec.yaml index efa63e15..18b116c6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.8.19 +version: 0.8.20 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git