Skip to content

Commit f1cc28c

Browse files
committed
Upgrade version to 0.2.0.
1 parent bdb4dde commit f1cc28c

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,5 +1,12 @@
11
## Changelog
22

3+
[0.2.0] - 2020.05.27
4+
5+
* Fixed bug for incoming call.
6+
* Just wait for 3 seconds for ice gathering.
7+
* Upgrade flutter-webrtc version to 0.2.8.
8+
* Prevent sharing of config between different UA instances.
9+
310
[0.1.0] - 2019.12.13
411

512
* Initial release.

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.1.0
2+
version: 0.2.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)