From 9b9bd5f1c9f0c2d51c36b37bf11aa381723efa14 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Sat, 24 Aug 2024 19:47:45 +0800 Subject: [PATCH] release: 1.0.0. --- CHANGELOG.md | 15 +++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8386ef..0e5fe8c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog -------------------------------------------- +[1.0.0] - 2024.08.24 + +* allow to change UA uri in runtime (#425) +* Overriding intervals for recovery connection (#472) +* TcpSocket: Implement isConnecting & url (#464) +* Uri configuration for call operation (#448) +* Update add-line to python3 (#466) +* Fixed work of calls on webkit browsers (#444) +* Upgrade to video call implementation and dark mode (#462) +* Add example apps. (#457) +* Remove text media channels in SDP offers (#461) +* set transport value using socket (#449) +* Add sendInterval to dtmf (#443) +* Feature/expose ice transport policy (#441) + [0.6.0] - 2024.05.08 * Add status code to CallState on the progress event by @hiratake55 in https://github.com/flutter-webrtc/dart-sip-ua/pull/374 diff --git a/pubspec.yaml b/pubspec.yaml index ac0d57f2..1ebd9cd5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sip_ua -version: 0.6.0 +version: 1.0.0 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: