Skip to content

Commit b072669

Browse files
v0.8.5 (#104)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5f277f9 commit b072669

File tree

6 files changed

+12
-14
lines changed

6 files changed

+12
-14
lines changed

.changeset/khaki-rabbits-tap.md

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

.changeset/poor-dolphins-explain.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.8.5
4+
5+
### Patch Changes
6+
7+
- Update protobufVersion to 3.25.6 - [#103](https://github.com/livekit/server-sdk-kotlin/pull/103) ([@jmini](https://github.com/jmini))
8+
9+
- Add ability to set room configuration on access token - [#105](https://github.com/livekit/server-sdk-kotlin/pull/105) ([@davidliu](https://github.com/davidliu))
10+
311
## 0.8.4
412

513
### Patch 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.8.4</version>
29+
<version>0.8.5</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.4'
38+
implementation 'io.livekit:livekit-server:0.8.5'
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.8.5-SNAPSHOT
6+
VERSION_NAME=0.8.5
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.8.4",
3+
"version": "0.8.5",
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)