From 949b28cba57a0f2d594274779409a8a14e595328 Mon Sep 17 00:00:00 2001 From: Mouaad Aallam Date: Sun, 2 Feb 2025 13:23:05 +0100 Subject: [PATCH] chore: prepare release 4.0.1 --- CHANGELOG.md | 7 ++++++- gradle.properties | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 975478d7..258db3f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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) diff --git a/gradle.properties b/gradle.properties index 427060f1..1a9d048d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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