Skip to content

Commit

Permalink
chore: prepare release 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Jun 18, 2024
1 parent 614460c commit ebbec25
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# 3.8.1
> Published 28 Jun 2024
### Fixed
- **runs**: set beta header to v2 (#357) (thanks @kdman98)
- **chat**: default `ChatChunk.finishReason` to null (#358) (thanks @Him188)

## 3.8.0
> Published 27 Jun 2024
### Added
- **assistant**: added feature for assistant beta-v2, and option for version selection (thanks @kdman98)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}
dependencies {
implementation "com.aallam.openai:openai-client:3.8.0"
implementation "com.aallam.openai:openai-client:3.8.1"
}
```

Expand All @@ -30,7 +30,7 @@ Alternatively, you can use [openai-client-bom](/openai-client-bom) by adding th
```groovy
dependencies {
// import Kotlin API client BOM
implementation platform('com.aallam.openai:openai-client-bom:3.8.0')
implementation platform('com.aallam.openai:openai-client-bom:3.8.1')
// define dependencies without versions
implementation 'com.aallam.openai:openai-client'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin.js.compiler=ir

# Lib
GROUP=com.aallam.openai
VERSION_NAME=3.8.0
VERSION_NAME=3.8.1

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit ebbec25

Please sign in to comment.