diff --git a/.version b/.version index f225a78a..aedc15bb 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.5.2 +2.5.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2304a82f..a703c25c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## 2.5.3 + +* Feat: Data Packet Cryptor (#873) +* Feat: Add E2EE support for H265 (#864) +* Fix: fix async call for update participant info (#897) +* Move the accessToken to header (#891) +* Bumpup and clamp connection timeout, fix the comment (#893) +* Fix events emit order (#902) + ## 2.5.2 * Fix missing properties for TextStreamInfo (#881) diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index 4c7ed198..395a88a4 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.5.2' + s.version = '2.5.3' 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 31fb0fde..9a7dba07 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.5.2'; + static const version = '2.5.3'; /// 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 b472e04f..e9465c93 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.5.2' + s.version = '2.5.3' 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 6090391e..17f5b97c 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.5.2 +version: 2.5.3 homepage: https://github.com/livekit/client-sdk-flutter environment: