chore: Bump version
This commit is contained in:
parent
f8a2a603ad
commit
dcfdb6d313
|
|
@ -1,3 +1,9 @@
|
|||
## [0.8.0] - 25nd Jan 2022
|
||||
- BREAKING CHANGE: high-level hadling of image sizes
|
||||
- feat: expose Timeline.onChange to Room.getTimeline
|
||||
- fix: Use where and map instead of a loop and a removeWhere
|
||||
- fix: Remove sorts that shouldnt be required.
|
||||
|
||||
## [0.7.3] - 14nd Jan 2022
|
||||
- fix: Fix turn credentials format issue for safari.
|
||||
- fix: update fluffybox version to correctly clear rooms after logout.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.7.3
|
||||
version: 0.8.0
|
||||
homepage: https://famedly.com
|
||||
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue