diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad90b8d..b9d3347c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 2.2.2 + +* feat: expose DegradationPreference for publish options. (#556) +* fix room.disconnect issue. (#559) +* fix: use getSettings() to get actual dimensions for mobile (#560) +* Add support for participant attributes (#558) + ## 2.2.1 * fix: fix crash for windows diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index d03041a8..e5118c9f 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.2.1' + s.version = '2.2.2' 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 d394e569..a5955e86 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -15,5 +15,5 @@ /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '2.2.1'; + static const version = '2.2.2'; } diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index 62c7d0d4..6c1a138d 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.2.1' + s.version = '2.2.2' 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 f0efad2b..4e6006d6 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.2.1 +version: 2.2.2 homepage: https://github.com/livekit/client-sdk-flutter environment: @@ -37,7 +37,7 @@ dependencies: uuid: '>=3.0.6' synchronized: ^3.0.0+3 protobuf: ^3.0.0 - flutter_webrtc: ^0.11.3 + flutter_webrtc: ^0.11.5 device_info_plus: '>=8.0.0' js: '>=0.6.4' platform_detect: ^2.0.7