Skip to content

Commit

Permalink
Merge pull request #1588 from famedly/krille/release-0-22-5
Browse files Browse the repository at this point in the history
build: Bump version to 0.22.5
  • Loading branch information
krille-chan authored Oct 20, 2023
2 parents 9fa0710 + a9a2bed commit 8c638a7
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.22.5] - 20 October 2023
- build(deps): bump http from 0.13.6 to 1.1.0 (dependabot[bot])
- feat: Add methods to load all room keys from online key backup (Krille)
- fix: Convert linebreaks into br tags on markdown parsing (Krille)
- fix: fixed hardcoded historyCount (Ray)
- refactor: Trigger upload keys on sync and not in background job and upload them before logout (Krille)
- refactor: Update markdown (Krille)

## [0.22.4] - 21 September 2023
- feat: Implement member change type (Krille)
- fix: apply state event before decryption on leaved room (Mohammad Reza Moradi)
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.4
version: 0.22.5
homepage: https://famedly.com
repository: https://github.com/famedly/matrix-dart-sdk.git

Expand Down

0 comments on commit 8c638a7

Please sign in to comment.