Skip to content

Commit e166fd3

Browse files
committed
chore: prepare release 3.7.2
1 parent 036bd79 commit e166fd3

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
## Unreleased
1+
## 3.7.2
2+
> Published 28 Apr 2024
23
34
### Added
45
- **embeddings**: add embedding `dimensions` request field (#317) (thanks @EliasJorgensen)
6+
- **chat**: add `logprob` and `topLogprobs` (#328) (thanks @jkohls-indeed)
7+
8+
### Fix
9+
- **chat**: `image_url` content type (#321)
10+
- **images**: remove `Quality` typealias (#318) (thanks @florentine-doemges)
511

612
## 3.7.1
713
> Published 01 Apr 2024

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.1"
20+
implementation "com.aallam.openai:openai-client:3.7.2"
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.1')
33+
implementation platform('com.aallam.openai:openai-client-bom:3.7.2')
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.1</version>
60+
<version>3.7.2</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.2-SNAPSHOT
8+
VERSION_NAME=3.7.2
99

1010
# OSS
1111
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)