diff --git a/CHANGELOG.md b/CHANGELOG.md index c960c07..b8ae30e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.0 + +* pass more detailed connect error message +* bugfixes with publishing duplicate video tracks +* removed use of media stream during publishing + ## 0.1.1 * Minor improvements to error handling diff --git a/example/pubspec.lock b/example/pubspec.lock index a0f379d..7f68b11 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -122,7 +122,7 @@ packages: path: ".." relative: true source: path - version: "0.1.1" + version: "0.2.0" logging: dependency: "direct main" description: diff --git a/lib/src/version.dart b/lib/src/version.dart index 7ecdae8..c1d2b81 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ -const version = '0.1.0'; +const version = '0.2.0'; const protocolVersion = 2; diff --git a/pubspec.yaml b/pubspec.yaml index f292c23..9a18367 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: livekit_client description: Flutter Client SDK for LiveKit -version: 0.1.1 +version: 0.2.0 homepage: https://livekit.io environment: