Skip to content

Commit

Permalink
chore: prepare release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Feb 2, 2025
1 parent 81f3abd commit 949b28c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.0.1
> Published 02 Feb 2025
### Added
- **chat**: add reasoning effort, max completion tokens, store options for reasoning model support (#415) (thanks @Taewan-P)

## 4.0.0
> Published 01 Feb 2025
Expand All @@ -7,7 +13,6 @@
- **chat**: Add support for structured outputs (#397)
- **chat**: make ChatCompletionRequest a data class (#399) (thanks @yunmanger1)
- **assistant**: add streaming (#400) (thanks @Daltomon)
- **chat**: add reasoning effort, max completion tokens, store options for reasoning model support (#415) (thanks @Taewan-P)

### Fixed
- **runs**: support for file search tool calls (#405) (thanks @averyaube)
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
VERSION_NAME=4.0.1

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 949b28c

Please sign in to comment.