chore: Bump version
This commit is contained in:
parent
5621c9bdb0
commit
c80bf25ee4
|
|
@ -1,3 +1,8 @@
|
||||||
|
## [0.3.2] - 20nd Aug 2021
|
||||||
|
- feat: cache archived rooms to access them with `getRoomById`
|
||||||
|
- fix: requestHistory() for archived rooms
|
||||||
|
- refactor: Change name of archive getter to function
|
||||||
|
|
||||||
## [0.3.1] - 20nd Aug 2021
|
## [0.3.1] - 20nd Aug 2021
|
||||||
- hotfix: Opt-out null safety for crypto files because of an error in web
|
- hotfix: Opt-out null safety for crypto files because of an error in web
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.3.1
|
version: 0.3.2
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue