diff --git a/CHANGELOG.md b/CHANGELOG.md index 1891121e..9613fc2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.13.0] - 29th Aug 2022 +- feat: Allow auto request keys via key sharing requests (Christian Pauly) +- feat: support dehydrated devices (Nicolas Werner) +- fix: Decrypt of last event might make an old message as last event (Christian Pauly) +- fix: Fixed issue with group calls for web and flutter. (cloudwebrtc) +- chore: Upgrade Hive to 2.2.3 which as a breaking change with BoxCollections (might need migration!!) + ## [0.12.2] - 17th Aug 2022 - chore: Correctly release the cloned stream. (cloudwebrtc) - fix: setRemoteDescription before adding local stream to prevent early feedsChanged and negotiation (td) diff --git a/pubspec.yaml b/pubspec.yaml index 2a9b037c..7fb9c3b8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.12.2 +version: 0.13.0 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git @@ -16,7 +16,7 @@ dependencies: crypto: ^3.0.0 ffi: ^2.0.0 fluffybox: ^0.4.3 - hive: ^2.2.1 + hive: ^2.2.3 html: ^0.15.0 html_unescape: ^2.0.0 http: ^0.13.0