chore: Bump version
This commit is contained in:
parent
c66d2edb5e
commit
2f1696bff8
|
|
@ -1,3 +1,6 @@
|
|||
## [0.15.9] - 14th Dec 2022
|
||||
- refactor: Key manager megolm handling to make key generation more efficient
|
||||
|
||||
## [0.15.8] - 12th Dec 2022
|
||||
|
||||
- fix: leaved direct chat name (Reza)
|
||||
|
|
|
|||
|
|
@ -385,7 +385,6 @@ class KeyManager {
|
|||
|
||||
// check if a device got removed
|
||||
if (oldDeviceIds.difference(newDeviceIds).isNotEmpty) {
|
||||
print("Device deleted, rotating megolm session");
|
||||
wipe = true;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.15.8
|
||||
version: 0.15.9
|
||||
homepage: https://famedly.com
|
||||
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue