diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b67ea..09786e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -------------------------------------------- + +[1.4.9] - 2024-09-04 + +* bump web version to 1.0.0. + [1.4.8] - 2024-07-12 * fix: missing streamCompleter complete for getUserMedia. @@ -10,8 +15,6 @@ * fix: MediaStreamTrack.getSettings. -[1.4.6+hotfix.2] - 2024-06-07 - [1.4.6+hotfix.1] - 2024-06-07 * Wider version dependencies for js/http. diff --git a/pubspec.yaml b/pubspec.yaml index ebcf797..f6bf600 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.8 +version: 1.4.9 homepage: https://github.com/flutter-webrtc/dart-webrtc environment: