Skip to content

Commit 116e0d7

Browse files
committed
Upgrade version to 0.3.0.
1 parent b049637 commit 116e0d7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
--------------------------------------------
4+
[0.3.0] - 2020.10.18
5+
6+
* Upgrade flutter_webrtc to 0.4.0
7+
* Get more pub points (#138)
8+
* Fix Uri.parse
9+
* Force use case sensitivity in Websocket Upgrade to be compatible with old SIP servers
10+
* Expose Register Expires setting and if Register at all (Thanks ghenry@SureVoIP)
11+
* extraContactUriParams now working and tested against OpenSIPS 3.1 that has RFC8599 support (Thanks ghenry@SureVoIP)
12+
313
[0.2.4] - 2020.08.25
414

515
* Add missing key field `Sec-WebSocket-Protocol`.

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.2.4
2+
version: 0.3.0
33
description: A dart-lang version of the SIP UA stack.
44
homepage: https://github.com/cloudwebrtc/dart-sip-ua
55
environment:

0 commit comments

Comments
 (0)