chore: Bump version
This commit is contained in:
parent
cdd6111ce1
commit
ebd4ff3544
|
|
@ -1,3 +1,9 @@
|
|||
## [0.8.16] - 3th Apr 2022
|
||||
- fix: Missing type check in power level calculation
|
||||
- fix: Post load all users on room opening
|
||||
- fix: Better fallback message for member events without any change
|
||||
- fix: Store sending files in database and fix retrying to send them
|
||||
|
||||
## [0.8.15] - 30th Mar 2022
|
||||
- feat: Pass through a custom image resize function to the client
|
||||
- feat: Display dummy event in timeline for sending files
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.8.15
|
||||
version: 0.8.16
|
||||
homepage: https://famedly.com
|
||||
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue