diff --git a/CHANGELOG.md b/CHANGELOG.md index a5fc83e..5d3d766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 1.1.10 + +* Fix: Disconnect from room before app closes. +* Fix: Correctly throws final error when connection fails. + ## 1.1.9 * Bump flutter-webrtc to 0.9.17 diff --git a/example/pubspec.lock b/example/pubspec.lock index 073b7a4..0717aa8 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -225,7 +225,7 @@ packages: path: ".." relative: true source: path - version: "1.1.9" + version: "1.1.10" logging: dependency: "direct main" description: diff --git a/pubspec.lock b/pubspec.lock index 6205c64..94b3c36 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -323,7 +323,7 @@ packages: name: path_provider_android url: "https://pub.dartlang.org" source: hosted - version: "2.0.21" + version: "2.0.22" path_provider_ios: dependency: transitive description: @@ -482,7 +482,7 @@ packages: name: uuid url: "https://pub.dartlang.org" source: hosted - version: "3.0.6" + version: "3.0.7" vector_math: dependency: transitive description: @@ -510,7 +510,7 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "3.1.1" + version: "3.1.2" xdg_directories: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d5104cf..fa265be 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.1.9 +version: 1.1.10 homepage: https://livekit.io environment: