Skip to content

Commit db115ca

Browse files
committed
chore: prepare release 3.6.3
1 parent d84b2a5 commit db115ca

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
## Unreleased
1+
## 3.6.3
2+
> Published 13 Jan 2024
23
34
### Added
4-
- **Images**: add `quality` and `style` fields (#292)
5+
- **Images**: add `quality` and `style` fields (#292)
6+
- **Runs**: add `additionalInstructions` property to `RunRequest` (#293) (thanks @ahmedmirza994)
57

68
### Fixed
79
- **Messages**: `MessageFile` optional fields (#290)
10+
- **proguard**: Add `EnclosingMethod` proguard rule (thanks @afsanjani)
811

912
## 3.6.2
1013
> Published 15 Dec 2023

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

1010
# OSS
1111
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)