diff --git a/.changes/agent-session-docs b/.changes/agent-session-docs deleted file mode 100644 index edf45fbd..00000000 --- a/.changes/agent-session-docs +++ /dev/null @@ -1 +0,0 @@ -patch type="docs" "Improve Session API docs diff --git a/.changes/ensure-disposal-completion b/.changes/ensure-disposal-completion deleted file mode 100644 index f1f20f85..00000000 --- a/.changes/ensure-disposal-completion +++ /dev/null @@ -1 +0,0 @@ -patch type="fixed" "Ensure all dispose functions are executed even if one throws" diff --git a/.changes/fix-typos b/.changes/fix-typos deleted file mode 100644 index 411c2054..00000000 --- a/.changes/fix-typos +++ /dev/null @@ -1,2 +0,0 @@ -patch type="docs" "Fix typos and inconsistencies in README and CHANGELOG" -patch type="fixed" "Correct spelling in E2EE log and error messages" diff --git a/.changes/prejoin-microphone-label b/.changes/prejoin-microphone-label deleted file mode 100644 index 8956d0f1..00000000 --- a/.changes/prejoin-microphone-label +++ /dev/null @@ -1 +0,0 @@ -patch type="fixed" "Fix microphone label typo in example app prejoin audio settings" diff --git a/.version b/.version index e70b4523..6a6a3d8e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.6.0 +2.6.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0b042e..7656b128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 2.6.1 + +* Fixed: Enable E2EE for VP9 codec +* Fixed: Correct spelling in E2EE log and error messages +* Fixed: Ensure all dispose functions are executed even if one throws +* Fixed: Fix microphone label typo in example app prejoin audio settings +* Docs: Fix typos and inconsistencies in README and CHANGELOG + ## 2.6.0 * Session API diff --git a/README.md b/README.md index 8751b16d..3d0bdff6 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Include this package to your `pubspec.yaml` ```yaml --- dependencies: - livekit_client: + livekit_client: ^2.6.1 ``` ### iOS diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index db0bc8c4..7fdb7632 100644 --- a/ios/livekit_client.podspec +++ b/ios/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '2.6.0' + s.version = '2.6.1' s.summary = 'Open source platform for real-time audio and video.' s.description = 'Open source platform for real-time audio and video.' s.homepage = 'https://livekit.io/' diff --git a/lib/src/livekit.dart b/lib/src/livekit.dart index 2181371a..5eb2d5b6 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -20,7 +20,7 @@ import 'support/platform.dart' show lkPlatformIsMobile; /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '2.6.0'; + static const version = '2.6.1'; /// Initialize the WebRTC plugin. If this is not manually called, will be /// initialized with default settings. diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index e3712089..64e83606 100644 --- a/macos/livekit_client.podspec +++ b/macos/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '2.6.0' + s.version = '2.6.1' s.summary = 'Open source platform for real-time audio and video.' s.description = 'Open source platform for real-time audio and video.' s.homepage = 'https://livekit.io/' diff --git a/pubspec.yaml b/pubspec.yaml index 5ab89406..4533867f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ name: livekit_client description: Flutter Client SDK for LiveKit. Build real-time video and audio into your apps. Supports iOS, Android, and Web. -version: 2.6.0 +version: 2.6.1 homepage: https://github.com/livekit/client-sdk-flutter environment: