build: Bump version and add changelog
This commit is contained in:
parent
50d222cc19
commit
33c74d30bc
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue