diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2084d4..98197d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.32.2] 21st Aug 2024 +- fix: SQLCipher dylib location on macOS builds (The one with the braid) +- refactor: Also use authenticated media if unstable features claim support (Krille) + ## [0.32.1] 16th Aug 2024 - feat: support for authenticated media (td) diff --git a/pubspec.yaml b/pubspec.yaml index c9bd7980..9f273ee7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.32.1 +version: 0.32.2 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues