Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.8.1 #84

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/gold-flowers-decide.md

This file was deleted.

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

## 0.8.1

### Patch Changes

- Implement transferSipParticipant - [#83](https://github.com/livekit/server-sdk-kotlin/pull/83) ([@biglittlebigben](https://github.com/biglittlebigben))

## 0.8.0

### Minor 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.0</version>
<version>0.8.1</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.0'
implementation 'io.livekit:livekit-server:0.8.1'
}
```

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.1-SNAPSHOT
VERSION_NAME=0.8.1

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.0",
"version": "0.8.1",
"main": "index.js",
"repository": "https://github.com/livekit/server-sdk-kotlin.git",
"license": "Apache License 2.0",
Expand Down
Loading