diff --git a/CHANGELOG.md b/CHANGELOG.md index 581c2d4..8ccf3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 1.3.0 + +* Fix resolution/framerate/bitrate issue for publishVideoTrack. +* End-to-end encryption support. + ## 1.2.2 * Feat: Support setVideoFPS for subscribe. diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index 6e324d1..429a553 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 = '1.2.2' + s.version = '1.3.0' 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/macos/livekit_client.podspec b/macos/livekit_client.podspec index ffd126a..108aa0e 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 = '1.2.2' + s.version = '1.3.0' 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 268ccb2..385dae0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,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: 1.2.2 +version: 1.3.0 homepage: https://livekit.io environment: