Skip to content

Commit

Permalink
Merge pull request #1802 from famedly/release/v0.29.2
Browse files Browse the repository at this point in the history
build: release v0.29.2
  • Loading branch information
krille-chan authored May 14, 2024
2 parents 476d86b + db5aedc commit 9217231
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.29.2] 14th May 2024
- feat: Implement unpublished MSC custom refresh token lifetime (Krille)
- feat: support for JWT authentication (Ray Wang)
- fix: ensureNotSoftLoggedOut must be called before network reqeust in syncFilter check (Krille)
- fix: ice restart mechanism (td)
- refactor: Cache direct chat matrix ID (krille-chan)
- refactor: make sure ensureNotSoftLoggedOut does not run multiple times (Krille)

## [0.29.1] 10th May 2024
- chore: Revert check message size before fake sync (Krille)

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.29.1
version: 0.29.2
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 9217231

Please sign in to comment.