Merge branch 'braid/bump-version' into 'main'

chore: bump version

See merge request famedly/company/frontend/famedlysdk!1166
This commit is contained in:
Malin Errenst 2022-11-14 11:17:47 +00:00
commit c077062089
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
## [0.15.1] - 14th Nov 2022
- chore: Follow up fix for request users in invite rooms (Christian Pauly)
- chore: Put all hard-coded timeout parameters into the Timeouts class. (cloudwebrtc)
- chore: upgrade webrtc_interface, remove WebRTCDelegate.cloneStream. (cloudwebrtc)
- fix: Do not request users in not joined rooms (Christian Pauly)
- fix: sdp negotiation issue on iOS, close #335. (cloudwebrtc)
- refactor: Add argument for custom CreateRoomPreset to startDirectChat method (Grieshofer Philipp)
- refactor: Get rid of unnecessary type cast (Christian Pauly)
- refactor: Improve error handling for no olm session found exception (Christian Pauly)
## [0.15.0] - 28th Oct 2022
- chore: reduce error logging level of groupCall is null (td)
- fix: filter list for adding p2p call events (td)

View File

@ -1,6 +1,6 @@
name: matrix
description: Matrix Dart SDK
version: 0.15.0
version: 0.15.1
homepage: https://famedly.com
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git