Skip to content

Commit

Permalink
v0.8.2 (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
davidliu and github-actions[bot] authored Oct 8, 2024
1 parent 7234288 commit 7689ba3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-seals-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-knives-bow.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# server-sdk-kotlin

## 0.8.2

### Patch Changes

- Fix clone function for transformed calls - [#87](https://github.com/livekit/server-sdk-kotlin/pull/87) ([@davidliu](https://github.com/davidliu))

- Fix deleteSipDispatchRule - [#87](https://github.com/livekit/server-sdk-kotlin/pull/87) ([@davidliu](https://github.com/davidliu))

## 0.8.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This SDK is available as a Maven package through [Maven Central](https://search.
<dependency>
<groupId>io.livekit</groupId>
<artifactId>livekit-server</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
</dependency>
</dependencies>
```
Expand All @@ -36,7 +36,7 @@ This SDK is available as a Maven package through [Maven Central](https://search.

```groovy title="build.gradle"
dependencies {
implementation 'io.livekit:livekit-server:0.8.1'
implementation 'io.livekit:livekit-server:0.8.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin.code.style=official
###############################################################

GROUP=io.livekit
VERSION_NAME=0.8.2-SNAPSHOT
VERSION_NAME=0.8.2

POM_NAME=LiveKit Server SDK
POM_ARTIFACT_ID=livekit-server
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server-sdk-kotlin",
"version": "0.8.1",
"version": "0.8.2",
"main": "index.js",
"repository": "https://github.com/livekit/server-sdk-kotlin.git",
"license": "Apache License 2.0",
Expand Down

0 comments on commit 7689ba3

Please sign in to comment.