chore: release v0.22.2
This commit is contained in:
parent
230510555d
commit
990a2302ac
|
|
@ -1,3 +1,11 @@
|
||||||
|
## [0.22.2] - 6 August 2023
|
||||||
|
|
||||||
|
- fix: direct message room name computation (The one with the braid)
|
||||||
|
- refactor: simplify UIA stage selection logic (Nicolas Werner)
|
||||||
|
- feat: Upload keys on OKB reset (Nicolas Werner)
|
||||||
|
- fix: fix upload of old session after reset (Nicolas Werner)
|
||||||
|
- refactor: Simplify room sorting logic to make invite sorting more obvious (Nicolas Werner)
|
||||||
|
|
||||||
## [0.22.1] - 19th July 2023
|
## [0.22.1] - 19th July 2023
|
||||||
|
|
||||||
- chore: add pub release job (td)
|
- chore: add pub release job (td)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.22.1
|
version: 0.22.2
|
||||||
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue