Skip to content

Commit 20eeb9b

Browse files
committed
chore: prepare release 3.7.1
1 parent 445160e commit 20eeb9b

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## Unreleased
1+
## 3.7.1
2+
> Published 01 Apr 2024
23
34
### Added
45

@@ -7,9 +8,10 @@
78
### Fixed
89

910
- **Core**: nullable `OpenAIErrorDetails` fields (#315)
10-
- **Messages**: nullable field `MessageContent.Image#fileId` (#313)
11+
- **Messages**: content as image file (#313)
1112

1213
## 3.7.0
14+
> Published 11 Feb 2024
1315
1416
### Added
1517
- add `RequestOptions` (#296)

README.md

Lines changed: 3 additions & 3 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.7.0"
20+
implementation "com.aallam.openai:openai-client:3.7.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.7.0')
33+
implementation platform('com.aallam.openai:openai-client-bom:3.7.1')
3434
3535
// define dependencies without versions
3636
implementation 'com.aallam.openai:openai-client'
@@ -57,7 +57,7 @@ of [Ktor's engines](https://ktor.io/docs/http-client-engines.html).
5757
<dependency>
5858
<groupId>com.aallam.openai</groupId>
5959
<artifactId>openai-client-jvm</artifactId>
60-
<version>3.7.0</version>
60+
<version>3.7.1</version>
6161
</dependency>
6262

6363
<dependency>

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.7.0
8+
VERSION_NAME=3.7.1
99

1010
# OSS
1111
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)