diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index c0d76fa5..054053b0 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -3,9 +3,9 @@ name: Build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: test: diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5c9d8574..c19c1aee 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -23,8 +23,8 @@ jobs: run: flutter analyze - name: Dart Test Check run: flutter test - #- name: Check Publish Warnings - # run: dart pub publish --dry-run + - name: Check Publish Warnings + run: dart pub publish --dry-run - name: Publish uses: k-paxian/dart-package-publisher@v1.5.1 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e5fe8c4..0719b820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -------------------------------------------- +[1.0.1] -2024.12.19 + +* make sure the session terminates by @victortive in https://github.com/flutter-webrtc/dart-sip-ua/pull/485 +* Hold and video upgrade fixed by @mikaelwills in https://github.com/flutter-webrtc/dart-sip-ua/pull/503 +* sip_ua_helper: add sendOptions by @eschmidbauer in https://github.com/flutter-webrtc/dart-sip-ua/pull/476 +* Update callscreen.dart by @HVaidehi in https://github.com/flutter-webrtc/dart-sip-ua/pull/427 + + [1.0.0] - 2024.08.24 * allow to change UA uri in runtime (#425) diff --git a/pubspec.yaml b/pubspec.yaml index 6535e6de..47237cb6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sip_ua -version: 1.0.0 +version: 1.0.1 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: