Skip to content

Commit

Permalink
release: 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Aug 24, 2024
1 parent b0525de commit 9b9bd5f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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:
Expand Down

0 comments on commit 9b9bd5f

Please sign in to comment.