Skip to content

Commit a80f509

Browse files
v0.9.0 (#109)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 47ff168 commit a80f509

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.changeset/fast-teachers-buy.md

-5
This file was deleted.

.changeset/good-carrots-do.md

-5
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# server-sdk-kotlin
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- Implement AgentDispatchService - [#113](https://github.com/livekit/server-sdk-kotlin/pull/113) ([@akkawell](https://github.com/akkawell))
8+
9+
### Patch Changes
10+
11+
- Fix: updateIngress incorrectly sets participantIdentity to null - [#108](https://github.com/livekit/server-sdk-kotlin/pull/108) ([@juancarmore](https://github.com/juancarmore))
12+
313
## 0.8.5
414

515
### Patch Changes

README.md

+2-2
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.8.5</version>
29+
<version>0.9.0</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.8.5'
38+
implementation 'io.livekit:livekit-server:0.9.0'
3939
}
4040
```
4141

gradle.properties

+1-1
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.8.6-SNAPSHOT
6+
VERSION_NAME=0.9.0
77

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server-sdk-kotlin",
3-
"version": "0.8.5",
3+
"version": "0.9.0",
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)