Skip to content

Commit

Permalink
chore: prepare release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Feb 1, 2025
1 parent 16df487 commit 2c88709
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Unreleased
## 4.0.0
> Published 01 Feb 2025
### Added
- WasmJs target (#387)
- **assistants**: add structured response (#391) (thanks @ahmedmirza994)
- **chat**: Add support for structured outputs (#397)
- **chat**: make ChatCompletionRequest a data class (#399) (thanks @yunmanger1)
- **assistant**: add streaming (#400) (thanks @Daltomon)

## 4.0.0-beta01
> Published 27 Oct 2024
### Added
- WasmJs target (#387)
- feat(assistants): add structured response (#391) (thanks @ahmedmirza994)
### Fixed
- **runs**: support for file search tool calls (#405) (thanks @averyaube)

### Changed
- Upgrade to Kotlin 2.0 (#387)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlin.mpp.commonizerLogLevel=info

# Lib
GROUP=com.aallam.openai
VERSION_NAME=4.0.0-SNAPSHOT
VERSION_NAME=4.0.0

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 2c88709

Please sign in to comment.