File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# server-sdk-kotlin
22
3+ ## 0.8.6
4+
5+ ### Patch Changes
6+
7+ - Fix: updateIngress incorrectly sets participantIdentity to null - [ #108 ] ( https://github.com/livekit/server-sdk-kotlin/pull/108 ) ([ @juancarmore ] ( https://github.com/juancarmore ) )
8+
39## 0.8.5
410
511### Patch Changes
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This SDK is available as a Maven package through [Maven Central](https://search.
2626 <dependency >
2727 <groupId >io.livekit</groupId >
2828 <artifactId >livekit-server</artifactId >
29- <version >0.8.5 </version >
29+ <version >0.8.6 </version >
3030 </dependency >
3131</dependencies >
3232```
@@ -35,7 +35,7 @@ This SDK is available as a Maven package through [Maven Central](https://search.
3535
3636``` groovy title="build.gradle"
3737dependencies {
38- implementation 'io.livekit:livekit-server:0.8.5 '
38+ implementation 'io.livekit:livekit-server:0.8.6 '
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kotlin.code.style=official
33# ##############################################################
44
55GROUP =io.livekit
6- VERSION_NAME =0.8.6-SNAPSHOT
6+ VERSION_NAME =0.8.6
77
88POM_NAME =LiveKit Server SDK
99POM_ARTIFACT_ID =livekit-server
Original file line number Diff line number Diff line change 11{
22 "name" : " server-sdk-kotlin" ,
3- "version" : " 0.8.5 " ,
3+ "version" : " 0.8.6 " ,
44 "main" : " index.js" ,
55 "repository" : " https://github.com/livekit/server-sdk-kotlin.git" ,
66 "license" : " Apache License 2.0" ,
You can’t perform that action at this time.
0 commit comments