Skip to content

Commit

Permalink
chore: prepare next release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Mar 23, 2023
1 parent 8f912b7 commit cf697c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Unreleased
# 3.2.0
> Published 23 Mar 2023
### Added
- **Audio**: add other formats support (#127)
- **Chat**: add user param to chat request (#128)

### Changed
- Simplify and add more exceptions (#123)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}
dependencies {
implementation "com.aallam.openai:openai-client:<version>"
implementation "com.aallam.openai:openai-client:3.2.0"
}
```

Expand All @@ -31,7 +31,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:<version>')
implementation platform('com.aallam.openai:openai-client-bom:3.2.0')
// define dependencies without versions
implementation 'com.aallam.openai:openai-client'
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.2.0-SNAPSHOT
VERSION_NAME=3.2.0

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit cf697c7

Please sign in to comment.