Skip to content

Commit

Permalink
v0.8.0 (#80)
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 Aug 29, 2024
1 parent 41472a7 commit f010d41
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-meals-fly.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.0

### Minor Changes

- Implement SIP Service client - [#79](https://github.com/livekit/server-sdk-kotlin/pull/79) ([@davidliu](https://github.com/davidliu))

## 0.7.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.7.0</version>
<version>0.8.0</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.7.0'
implementation 'io.livekit:livekit-server:0.8.0'
}
```

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.7.0
VERSION_NAME=0.8.0

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

0 comments on commit f010d41

Please sign in to comment.