Skip to content

Commit

Permalink
Merge pull request #1612 from famedly/karthi/release-0-22-7
Browse files Browse the repository at this point in the history
build: release 0.22.7
  • Loading branch information
techno-disaster authored Nov 16, 2023
2 parents 7324064 + 7f32428 commit 03d038c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.22.7] - 16 November 2023
- chore: incrementally add left rooms to archive (The one with the braid)
- chore: remove archived room on forget (#2) (Clemens-Toegel)
- chore: store states to archived rooms (#1) (Clemens-Toegel)
- chore: upgrade lints (Nicolas Werner)
- chore: use our custom reusable workflow to avoid manually configuring each publish job (td)
- fix: Code style (The one with the braid)
- fix: call hangup on timeout race condition (Karthikeyan S)
- fix: clear local database on logout even if server timesout (td)
- fix: hangup on call crash (Mohammad Reza Moradi)
- fix: stale call checker leaks memory (Nicolas Werner)

## [0.22.6] - 23 October 2023
- fix: Do not convert linebreaks in pre blocks on markdown parsing (Krille)
- refactor: Wait for room in sync until sync process and trigger cleanup call not before actually start clean up. (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.22.6
version: 0.22.7
homepage: https://famedly.com
repository: https://github.com/famedly/matrix-dart-sdk.git

Expand Down

0 comments on commit 03d038c

Please sign in to comment.