Merge branch 'krille/version' into 'main'
chore: Bump version See merge request famedly/company/frontend/famedlysdk!871
This commit is contained in:
commit
ee7761e9d2
|
|
@ -1,3 +1,11 @@
|
|||
## [0.7.0-nullsafety.1] - 04nd Nov 2021
|
||||
Prerelease of the null safety version of the SDK.
|
||||
- feat: choose memberships returned by requestParticipants()
|
||||
- refactor: Make SDK null safe
|
||||
- fix: add room invite update to roomStateBox, so invites don't show empty room when app is restarted
|
||||
- fix: Do not upload keys after logout
|
||||
- fix: obay explicitly set ports in mxc URLs
|
||||
|
||||
## [0.6.2] - 25nd Oct 2021
|
||||
- fix: Unnecessary null check
|
||||
- fix: Auto update room states
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.6.2
|
||||
version: 0.7.0-nullsafety.1
|
||||
homepage: https://famedly.com
|
||||
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue