Skip to content

Commit 7689ba3

Browse files
v0.8.2 (#88)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7234288 commit 7689ba3

File tree

6 files changed

+12
-14
lines changed

6 files changed

+12
-14
lines changed

.changeset/giant-seals-compete.md

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

.changeset/gorgeous-knives-bow.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.2
4+
5+
### Patch Changes
6+
7+
- Fix clone function for transformed calls - [#87](https://github.com/livekit/server-sdk-kotlin/pull/87) ([@davidliu](https://github.com/davidliu))
8+
9+
- Fix deleteSipDispatchRule - [#87](https://github.com/livekit/server-sdk-kotlin/pull/87) ([@davidliu](https://github.com/davidliu))
10+
311
## 0.8.1
412

513
### Patch Changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This SDK is available as a Maven package through [Maven Central](https://search.
2727
<dependency>
2828
<groupId>io.livekit</groupId>
2929
<artifactId>livekit-server</artifactId>
30-
<version>0.8.1</version>
30+
<version>0.8.2</version>
3131
</dependency>
3232
</dependencies>
3333
```
@@ -36,7 +36,7 @@ This SDK is available as a Maven package through [Maven Central](https://search.
3636

3737
```groovy title="build.gradle"
3838
dependencies {
39-
implementation 'io.livekit:livekit-server:0.8.1'
39+
implementation 'io.livekit:livekit-server:0.8.2'
4040
}
4141
```
4242

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.2-SNAPSHOT
6+
VERSION_NAME=0.8.2
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.1",
3+
"version": "0.8.2",
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)