chore: bump version
Signed-off-by: Lanna Michalke <l.michalke@famedly.com>
This commit is contained in:
parent
501ee5dce1
commit
36a0d17022
|
|
@ -1,3 +1,9 @@
|
|||
## [0.11.1] - 1st Aug 2022
|
||||
- chore: introduce native implementations (Lanna Michalke)
|
||||
- fix: check for m.call permissions in groupCallEnabled (td)
|
||||
- fix: make Hive Collection path nullable (Lanna Michalke)
|
||||
- fix: missing null check (Lanna Michalke)
|
||||
|
||||
## [0.11.0] - 21th Jul 2022
|
||||
- feat: Add powerLevelContentOverride to startDirectChat and createGroupChat (Isabella Hundstorfer)
|
||||
- chore: add tests for group calls (td)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.11.0
|
||||
version: 0.11.1
|
||||
homepage: https://famedly.com
|
||||
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue