From 998221b68a002b64ba1dff93e96f423cc087c7cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 07:56:33 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 65589071..7689f74a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.launchableinc.openai-java -VERSION_NAME=0.4.0 +VERSION_NAME=0.4.1 POM_ARTIFACT_ID=openai-java POM_URL=https://launchableinc.com POM_SCM_URL=scm:git:git@github.com:launchableinc/openai-java.git From a5d837af790980add8f851de262d8bee31192737 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 07:56:35 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f28005ae..f02a341b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.4.1](https://github.com/launchableinc/openai-java/compare/v0.4.0...v0.4.1) - 2025-09-03 +- Change JSON Schema lib by @yoshiori in https://github.com/launchableinc/openai-java/pull/20 + ## [v0.3.2](https://github.com/launchableinc/openai-java/compare/v0.3.1...v0.3.2) - 2024-08-15 - to publish as v0.4.0 by @Konboi in https://github.com/launchableinc/openai-java/pull/17