From 75ec084318d01c8f8e297adfabe11b72155420bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 00:32:58 +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 e894bc4f..c1f63b71 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.launchableinc.openai-java -VERSION_NAME=0.4.3 +VERSION_NAME=0.4.4 POM_ARTIFACT_ID=openai-java POM_URL=https://launchableinc.com POM_SCM_URL=scm:git:git@github.com:launchableinc/openai-java.git From f21db429ba38956fee9332899ed4fb9740eac153 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 00:32:59 +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 0df36ebe..f49e3899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.4.4](https://github.com/launchableinc/openai-java/compare/v0.4.3...v0.4.4) - 2025-09-09 +- Fix version issue by @launchableinc-ci in https://github.com/launchableinc/openai-java/pull/26 + ## [v0.4.3](https://github.com/launchableinc/openai-java/compare/v0.4.2...v0.4.3) - 2025-09-08 - Use Github packages for release by @yoshiori in https://github.com/launchableinc/openai-java/pull/24