Skip to content

Commit 1bae275

Browse files
committed
bump version to 1.1.0.
1 parent 18931e5 commit 1bae275

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

33
--------------------------------------------
4+
[1.1.0] -2025-09-26
5+
6+
* Bump flutter-webrtc to 1.2.0
7+
* Docs(readme): replace pub.dartlang.org with pub.dev; normalize macOS; update Flutter docs link (#555)
8+
* Allow setting call-id (#552)
9+
* Extend configuration for ice gathering process (#550)
10+
* Setting for call statistics logs (#549)
11+
* Session-timers fix (#545)
12+
* Fix: persist 'ws_uri' in `_saveSettings` to enable proper registration (#542)
13+
* Sip message stateless reply reason fixes #539
14+
* Chore: removal of unneccesary pushToMaster work flow and import sorting
15+
* Fix bug for rfc2833. (#534)
16+
* Sessions keys toList added (#514)
17+
* Build fixes
18+
419
[1.0.1] -2024.12.19
520

621
* make sure the session terminates by @victortive in https://github.com/flutter-webrtc/dart-sip-ua/pull/485

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: 1.0.1
2+
version: 1.1.0
33
description: A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.
44
homepage: https://github.com/cloudwebrtc/dart-sip-ua
55
environment:

0 commit comments

Comments
 (0)