From 560db6eba805051afa03e822d851bebe97d20f1b 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:38:42 +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 eefca97a..62fa7a4c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.launchableinc.openai-java -VERSION_NAME=0.4.5 +VERSION_NAME=0.4.6 POM_ARTIFACT_ID=openai-java POM_URL=https://launchableinc.com POM_SCM_URL=scm:git:git@github.com:launchableinc/openai-java.git From e9a5e15103165501b437144e48eb7f8fb0d7baf5 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:38:43 +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 516f279f..3c793734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.4.6](https://github.com/launchableinc/openai-java/compare/v0.4.5...v0.4.6) - 2025-09-09 +- fix deploy issue by @yoshiori in https://github.com/launchableinc/openai-java/pull/30 + ## [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