Skip to content

Commit

Permalink
Upgrade version to 0.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Feb 3, 2021
1 parent 15d47ce commit ab7cec6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

--------------------------------------------
[0.3.5] - 2021.02.03

* Upgrade flutter-webrtc to 0.5.8.
* Set sdpSemantics (plan-b or unfied-plan) to unfied-plan by default.
* Add correct transport param to contact uri. close #161, close #160.
* Let the user override the call options by extending SIPUAHelper (#170).

[0.3.4] - 2021.01.08

* fix bug.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sip_ua
version: 0.3.4
version: 0.3.5
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 Down

0 comments on commit ab7cec6

Please sign in to comment.