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 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