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 1
1
# server-sdk-kotlin
2
2
3
+ ## 0.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Add missing headers for SipService call - [ #129 ] ( https://github.com/livekit/server-sdk-kotlin/pull/129 ) ([ @davidliu ] ( https://github.com/davidliu ) )
8
+
3
9
## 0.10.0
4
10
5
11
### Minor 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.
26
26
<dependency >
27
27
<groupId >io.livekit</groupId >
28
28
<artifactId >livekit-server</artifactId >
29
- <version >0.10.0 </version >
29
+ <version >0.10.1 </version >
30
30
</dependency >
31
31
</dependencies >
32
32
```
@@ -35,7 +35,7 @@ This SDK is available as a Maven package through [Maven Central](https://search.
35
35
36
36
``` groovy title="build.gradle"
37
37
dependencies {
38
- implementation 'io.livekit:livekit-server:0.10.0 '
38
+ implementation 'io.livekit:livekit-server:0.10.1 '
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kotlin.code.style=official
3
3
# ##############################################################
4
4
5
5
GROUP =io.livekit
6
- VERSION_NAME =0.10.1-SNAPSHOT
6
+ VERSION_NAME =0.10.1
7
7
8
8
POM_NAME =LiveKit Server SDK
9
9
POM_ARTIFACT_ID =livekit-server
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " server-sdk-kotlin" ,
3
- "version" : " 0.10.0 " ,
3
+ "version" : " 0.10.1 " ,
4
4
"main" : " index.js" ,
5
5
"repository" : " https://github.com/livekit/server-sdk-kotlin.git" ,
6
6
"license" : " Apache License 2.0" ,
You can’t perform that action at this time.
0 commit comments