From 8aa3647e5cd849a0a22ea06ecfc4b40750385ade Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Mon, 8 Apr 2024 22:34:04 +0800 Subject: [PATCH] update. --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae49d78..525d560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -------------------------------------------- +[1.3.1] - 2024-04-08 + +* Add keyRingSize/discardFrameWhenCryptorNotReady to KeyProviderOptions. + [1.3.0] - 2024-04-08 * update to package:web by @jezell in #29. diff --git a/pubspec.yaml b/pubspec.yaml index 925629e..1f37dd0 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.3.0 +version: 1.3.1 homepage: https://github.com/flutter-webrtc/dart-webrtc environment: