diff --git a/.changeset/fix-publisher-negotiation-race.md b/.changeset/fix-publisher-negotiation-race.md deleted file mode 100644 index 81dfe7664..000000000 --- a/.changeset/fix-publisher-negotiation-race.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"client-sdk-android": patch ---- - -#721 Fixed publisher negotiation race condition causing ICE timeouts. - diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c70e9eb1..d0b274ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # client-sdk-android +## 2.21.1 + +### Patch Changes + +- #721 Fixed publisher negotiation race condition causing ICE timeouts. - [#789](https://github.com/livekit/client-sdk-android/pull/789) ([@adrian-niculescu](https://github.com/adrian-niculescu)) + ## 2.21.0 ### Minor Changes diff --git a/README.md b/README.md index 062fcc027..8e5986759 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ LiveKit for Android is available as a Maven package. ```groovy title="build.gradle" ... dependencies { - def livekit_version = "2.21.0" + def livekit_version = "2.21.1" implementation "io.livekit:livekit-android:$livekit_version" @@ -58,7 +58,7 @@ dependencies { implementation "io.livekit:livekit-android-track-processors:$livekit_version" // Snapshots of the latest development version are available at: - // implementation "io.livekit:livekit-android:2.21.1-SNAPSHOT" + // implementation "io.livekit:livekit-android:2.21.2-SNAPSHOT" } ``` diff --git a/gradle.properties b/gradle.properties index b720e461c..e9b2d7563 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ kotlin.code.style=official ############################################################### GROUP=io.livekit -VERSION_NAME=2.21.1-SNAPSHOT +VERSION_NAME=2.21.1 POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms diff --git a/package.json b/package.json index 5ad02f8bc..d180a6268 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "client-sdk-android", - "version": "2.21.0", + "version": "2.21.1", "repository": "https://github.com/livekit/client-sdk-android.git", "license": "Apache License 2.0", "private": true,