diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5d7e4..61b2da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -------------------------------------------- +[1.4.4] - 2024-04-24 + +* fix: datachannel message parse for Firefox. +* fix: tryCatch editing mediaConstraints #34 + [1.4.3] - 2024-04-18 * fix: do not fail if removing constraint fails diff --git a/pubspec.yaml b/pubspec.yaml index 572cc3f..b9c6a92 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_webrtc description: Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers. -version: 1.4.3 +version: 1.4.4 homepage: https://github.com/flutter-webrtc/dart-webrtc environment: