From 26f0ea92e78f3d50dfb57001101f4e40c202fc8c Mon Sep 17 00:00:00 2001 From: Krille Date: Tue, 21 May 2024 13:31:18 +0200 Subject: [PATCH] build: Release v0.29.4 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 407d1c54..16989af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.29.4] 21st May 2024 +- fix: Hotfix create missing objectbox (Krille) + ## [0.29.3] 21st May 2024 - chore: add MatrixSDKVoipException and some more logging (td) - chore: throw exception if you cannot send famedly call member event (td) diff --git a/pubspec.yaml b/pubspec.yaml index 1df8c5d6..44fe064e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.29.3 +version: 0.29.4 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues