chore: bump version
Signed-off-by: Lanna Michalke <l.michalke@famedly.com>
This commit is contained in:
parent
2991fd9ca8
commit
0bb95fe457
|
|
@ -1,3 +1,11 @@
|
||||||
|
## [0.9.7] - 23rd May 2022
|
||||||
|
- ci: use flutter images to install less (Nicolas Werner)
|
||||||
|
- feat: implement session export (Lanna Michalke)
|
||||||
|
- feat: support HiveCollections as Database provider (Lanna Michalke)
|
||||||
|
- fix: buggy e2e test (Lanna Michalke)
|
||||||
|
- fix: delete reaction (Reza)
|
||||||
|
- refactor: Migrate to Matrix Api Lite 1.0.0 (Krille Fear)
|
||||||
|
|
||||||
## [0.9.6] - 16th May 2022
|
## [0.9.6] - 16th May 2022
|
||||||
- fix: Ignore invalid entries in `io.element.recent_emoji`
|
- fix: Ignore invalid entries in `io.element.recent_emoji`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.9.6
|
version: 0.9.7
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git
|
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue