Skip to content

Commit

Permalink
chore: prepare release 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Jan 13, 2024
1 parent d84b2a5 commit db115ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
## Unreleased
## 3.6.3
> Published 13 Jan 2024
### Added
- **Images**: add `quality` and `style` fields (#292)
- **Images**: add `quality` and `style` fields (#292)
- **Runs**: add `additionalInstructions` property to `RunRequest` (#293) (thanks @ahmedmirza994)

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

## 3.6.2
> Published 15 Dec 2023
Expand Down
6 changes: 3 additions & 3 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.6.2"
implementation "com.aallam.openai:openai-client:3.6.3"
}
```

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.6.2')
implementation platform('com.aallam.openai:openai-client-bom:3.6.3')
// define dependencies without versions
implementation 'com.aallam.openai:openai-client'
Expand All @@ -57,7 +57,7 @@ of [Ktor's engines](https://ktor.io/docs/http-client-engines.html).
<dependency>
<groupId>com.aallam.openai</groupId>
<artifactId>openai-client-jvm</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
</dependency>

<dependency>
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.6.3-SNAPSHOT
VERSION_NAME=3.6.3

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit db115ca

Please sign in to comment.