Skip to content

Commit ab7cec6

Browse files
committed
Upgrade version to 0.3.5.
1 parent 15d47ce commit ab7cec6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

33
--------------------------------------------
4+
[0.3.5] - 2021.02.03
5+
6+
* Upgrade flutter-webrtc to 0.5.8.
7+
* Set sdpSemantics (plan-b or unfied-plan) to unfied-plan by default.
8+
* Add correct transport param to contact uri. close #161, close #160.
9+
* Let the user override the call options by extending SIPUAHelper (#170).
10+
411
[0.3.4] - 2021.01.08
512

613
* fix bug.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sip_ua
2-
version: 0.3.4
2+
version: 0.3.5
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:

0 commit comments

Comments
 (0)