Skip to content

Commit

Permalink
Release 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Perondas authored and Perondas committed May 11, 2023
1 parent ad8ed79 commit c9f7e16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

--------------------------------------------
[0.5.8] - 2023.05.11
* Allow await on helper start call (#365)
* Adding params support for sendMessage (#366)
* Set intl version to the one used by flutter

[0.5.7] - 2023.05.11
* Add sendMessage to Call
* Bump version of intl
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sip_ua
version: 0.5.7
version: 0.5.8
description: A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.
homepage: https://github.com/cloudwebrtc/dart-sip-ua
environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
collection: ^1.15.0
crypto: ^3.0.0
flutter_webrtc: ^0.9.25
intl: ^0.18.1
intl: ^0.18.0
logger: ^1.0.0
parser_error: ^0.2.0
path: ^1.6.4
Expand Down

0 comments on commit c9f7e16

Please sign in to comment.