chore: Bump version
This commit is contained in:
parent
d30d1a8cf9
commit
1e3f71e45c
|
|
@ -1,3 +1,10 @@
|
|||
## [0.13.0] - 29th Aug 2022
|
||||
- feat: Allow auto request keys via key sharing requests (Christian Pauly)
|
||||
- feat: support dehydrated devices (Nicolas Werner)
|
||||
- fix: Decrypt of last event might make an old message as last event (Christian Pauly)
|
||||
- fix: Fixed issue with group calls for web and flutter. (cloudwebrtc)
|
||||
- chore: Upgrade Hive to 2.2.3 which as a breaking change with BoxCollections (might need migration!!)
|
||||
|
||||
## [0.12.2] - 17th Aug 2022
|
||||
- chore: Correctly release the cloned stream. (cloudwebrtc)
|
||||
- fix: setRemoteDescription before adding local stream to prevent early feedsChanged and negotiation (td)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.12.2
|
||||
version: 0.13.0
|
||||
homepage: https://famedly.com
|
||||
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ dependencies:
|
|||
crypto: ^3.0.0
|
||||
ffi: ^2.0.0
|
||||
fluffybox: ^0.4.3
|
||||
hive: ^2.2.1
|
||||
hive: ^2.2.3
|
||||
html: ^0.15.0
|
||||
html_unescape: ^2.0.0
|
||||
http: ^0.13.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue