Skip to content

Commit 61f1929

Browse files
PerondasPerondas
authored andcommitted
Preparation for release 0.5.4
1 parent 57ad361 commit 61f1929

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

33
--------------------------------------------
4+
[0.5.4] - 2023.02.20
5+
6+
* Bump version for flutter-webrtc
7+
* Fixed error handling in _receiveInviteResponse #344
8+
* Updated logger #342
9+
* Websocket message queue using streams and Delay between messages #335
10+
* Fixed bugs in message.dart & rtc_session.dart #332
11+
* Allow setting ice_gathering_timeout option #330
12+
* Add realm option to SIPUAHelper settings #331
13+
* Code quality #326
14+
415
[0.5.3] - 2022.10.19
516

617
* Bump version for flutter-webrtc

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sip_ua
2-
version: 0.5.3
2+
version: 0.5.4
33
description: A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.
44
homepage: https://github.com/cloudwebrtc/dart-sip-ua
55
environment:
@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
collection: ^1.15.0
1111
crypto: ^3.0.0
12-
flutter_webrtc: ^0.9.12
12+
flutter_webrtc: ^0.9.23
1313
intl: ^0.17.0
1414
logger: ^1.0.0
1515
parser_error: ^0.2.0

0 commit comments

Comments
 (0)