chore: Version bump
This commit is contained in:
parent
a1594fd9ac
commit
5b40088292
|
|
@ -1,3 +1,10 @@
|
||||||
|
## [0.1.8] - 18th Jul 2021
|
||||||
|
- fix: Provide a reasonable well-known fallback
|
||||||
|
- fix: Add locking to sending encrypted to_device messages to prevent potential race conditions
|
||||||
|
- fix: preserve homeserver port when creating thumbnail URIs
|
||||||
|
- feat: Add support for nicer mentions
|
||||||
|
- feat: Add general image pack handling as per MSC2545
|
||||||
|
|
||||||
## [0.1.7] - 10 Jul 2021
|
## [0.1.7] - 10 Jul 2021
|
||||||
- change: Hive database schema (will trigger a database migration)
|
- change: Hive database schema (will trigger a database migration)
|
||||||
- fix: Dont migrate database from version null
|
- fix: Dont migrate database from version null
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.1.7
|
version: 0.1.8
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue