Skip to content

Commit c9f7e16

Browse files
PerondasPerondas
Perondas
authored and
Perondas
committed
Release 0.5.8
1 parent ad8ed79 commit c9f7e16

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

33
--------------------------------------------
4+
[0.5.8] - 2023.05.11
5+
* Allow await on helper start call (#365)
6+
* Adding params support for sendMessage (#366)
7+
* Set intl version to the one used by flutter
8+
49
[0.5.7] - 2023.05.11
510
* Add sendMessage to Call
611
* Bump version of intl

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sip_ua
2-
version: 0.5.7
2+
version: 0.5.8
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:
@@ -10,7 +10,7 @@ dependencies:
1010
collection: ^1.15.0
1111
crypto: ^3.0.0
1212
flutter_webrtc: ^0.9.25
13-
intl: ^0.18.1
13+
intl: ^0.18.0
1414
logger: ^1.0.0
1515
parser_error: ^0.2.0
1616
path: ^1.6.4

0 commit comments

Comments
 (0)