Skip to content

Commit c1efcb3

Browse files
v0.10.1 (#130)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c536fb6 commit c1efcb3

File tree

6 files changed

+12
-14
lines changed

6 files changed

+12
-14
lines changed

.changeset/happy-boxes-add.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stupid-hats-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# server-sdk-kotlin
22

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- Properly set rule id when updating dispatch rule - [#131](https://github.com/livekit/server-sdk-kotlin/pull/131) ([@davidliu](https://github.com/davidliu))
8+
9+
- Add missing headers for SipService call - [#129](https://github.com/livekit/server-sdk-kotlin/pull/129) ([@davidliu](https://github.com/davidliu))
10+
311
## 0.10.0
412

513
### Minor Changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.10.0</version>
29+
<version>0.10.1</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"
3737
dependencies {
38-
implementation 'io.livekit:livekit-server:0.10.0'
38+
implementation 'io.livekit:livekit-server:0.10.1'
3939
}
4040
```
4141

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin.code.style=official
33
###############################################################
44

55
GROUP=io.livekit
6-
VERSION_NAME=0.10.1-SNAPSHOT
6+
VERSION_NAME=0.10.1
77

88
POM_NAME=LiveKit Server SDK
99
POM_ARTIFACT_ID=livekit-server

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server-sdk-kotlin",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"main": "index.js",
55
"repository": "https://github.com/livekit/server-sdk-kotlin.git",
66
"license": "Apache License 2.0",

0 commit comments

Comments
 (0)