chore: Bump version
This commit is contained in:
parent
e86fd7cc07
commit
2980f6d8e3
|
|
@ -1,3 +1,9 @@
|
||||||
|
## [0.1.7] - 10 Jul 2021
|
||||||
|
- change: Hive database schema (will trigger a database migration)
|
||||||
|
- fix: Dont migrate database from version null
|
||||||
|
- fix: Adjust emoji ranges to have less false positives
|
||||||
|
- fix: Sending of the to_device key
|
||||||
|
|
||||||
## [0.1.6] - 06 Jul 2021
|
## [0.1.6] - 06 Jul 2021
|
||||||
- feat: Make it possible to get the current loginState
|
- feat: Make it possible to get the current loginState
|
||||||
- fix: Broken nested accountData content maps
|
- fix: Broken nested accountData content maps
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.1.6
|
version: 0.1.7
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue