Merge pull request #1690 from famedly/krille/release-0-25-6

build: Bump version and add changelog
This commit is contained in:
Krille-chan 2024-01-22 15:21:05 +01:00 committed by GitHub
commit 78976f2a11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [0.25.6] - 22nd January 2023
- feat: Add missing localizations for key verification messages (Krille)
- fix: Correctly null cache in transactions for indexeddb (Krille)
- fix: Transactions on web by doing them in the same way as on io (krille-chan)
- refactor: Improve getTimeline senders (krille-chan)
- refactor: Use maxnumberofotk from olm instead hardcode 100 (Krille)
## [0.25.5] - 13th January 2023 ## [0.25.5] - 13th January 2023
- fix: Another type error when combining lists (Krille) - fix: Another type error when combining lists (Krille)

View File

@ -1,6 +1,6 @@
name: matrix name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.25.5 version: 0.25.6
homepage: https://famedly.com homepage: https://famedly.com
repository: https://github.com/famedly/matrix-dart-sdk.git repository: https://github.com/famedly/matrix-dart-sdk.git
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues