From f1cc28c3e2529b35ede832036a0452441369cbe1 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Wed, 27 May 2020 23:45:45 +0800 Subject: [PATCH] Upgrade version to 0.2.0. --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31912282..f0857e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Changelog +[0.2.0] - 2020.05.27 + +* Fixed bug for incoming call. +* Just wait for 3 seconds for ice gathering. +* Upgrade flutter-webrtc version to 0.2.8. +* Prevent sharing of config between different UA instances. + [0.1.0] - 2019.12.13 * Initial release. diff --git a/pubspec.yaml b/pubspec.yaml index aa7eae4d..77aa2a81 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sip_ua -version: 0.1.0 +version: 0.2.0 description: A dart-lang version of the SIP UA stack. homepage: https://github.com/cloudwebrtc/dart-sip-ua environment: