Skip to content

Commit

Permalink
build: Bump version to 0.25.13
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Mar 7, 2024
1 parent beeff0a commit 6f905f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.25.13] 7th March 2024
- chore: Add regression test for invite->join state handling (Nicolas Werner)
- feat: add fromLocalStoreOnly to Event.downloadAndDecryptAttachment (Romain GUILLOT)
- fix: archived room state store logic (Nicolas Werner)
- fix: Do not assume a missing timestamp means "now" (Nicolas Werner)
- fix: Do not compare timestamps when setting roomstate (Nicolas Werner)
- fix: properly fetch participants when transitioning from invite to join (Nicolas Werner)
- fix: properly overwrite loaded state for partial loaded rooms (Nicolas Werner)
- fix: some tests fail with the "fixed" membership fetch logic (Nicolas Werner)

## [0.25.12] 1st March 2024
- chore: pass refreshToken to uiaLogin (Krille)
- fix: removed prev_sender for empty chats (Patrick Hettich)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: matrix
description: Matrix Dart SDK
version: 0.25.12
version: 0.25.13
homepage: https://famedly.com
repository: https://github.com/famedly/matrix-dart-sdk.git
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
Expand Down

0 comments on commit 6f905f7

Please sign in to comment.