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