Skip to content

Commit ebbec25

Browse files
committed
chore: prepare release 3.8.1
1 parent 614460c commit ebbec25

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
# 3.8.1
2+
> Published 28 Jun 2024
3+
4+
### Fixed
5+
- **runs**: set beta header to v2 (#357) (thanks @kdman98)
6+
- **chat**: default `ChatChunk.finishReason` to null (#358) (thanks @Him188)
7+
18
## 3.8.0
9+
> Published 27 Jun 2024
210
311
### Added
412
- **assistant**: added feature for assistant beta-v2, and option for version selection (thanks @kdman98)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
}
1818
1919
dependencies {
20-
implementation "com.aallam.openai:openai-client:3.8.0"
20+
implementation "com.aallam.openai:openai-client:3.8.1"
2121
}
2222
```
2323

@@ -30,7 +30,7 @@ Alternatively, you can use [openai-client-bom](/openai-client-bom) by adding th
3030
```groovy
3131
dependencies {
3232
// import Kotlin API client BOM
33-
implementation platform('com.aallam.openai:openai-client-bom:3.8.0')
33+
implementation platform('com.aallam.openai:openai-client-bom:3.8.1')
3434
3535
// define dependencies without versions
3636
implementation 'com.aallam.openai:openai-client'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.js.compiler=ir
55

66
# Lib
77
GROUP=com.aallam.openai
8-
VERSION_NAME=3.8.0
8+
VERSION_NAME=3.8.1
99

1010
# OSS
1111
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)