From b219bc3a17e05dde022334ca0f258ba05885f329 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 05:22:31 +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 c1f63b71..eefca97a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.launchableinc.openai-java -VERSION_NAME=0.4.4 +VERSION_NAME=0.4.5 POM_ARTIFACT_ID=openai-java POM_URL=https://launchableinc.com POM_SCM_URL=scm:git:git@github.com:launchableinc/openai-java.git From 2f45690d23a2bfe0a385d1774a17cc7dd3a372bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 05:22:32 +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 f49e3899..516f279f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.4.5](https://github.com/launchableinc/openai-java/compare/v0.4.4...v0.4.5) - 2025-09-09 +- fix deploy issue by @yoshiori in https://github.com/launchableinc/openai-java/pull/28 + ## [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