diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 59acac47..0ac3c2a5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.27.0" + ".": "0.27.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a97da5ab..be0b4f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.27.1 (2025-02-24) + +Full Changelog: [v0.27.0...v0.27.1](https://github.com/openai/openai-java/compare/v0.27.0...v0.27.1) + +### Documentation + +* add source file links to readme ([#247](https://github.com/openai/openai-java/issues/247)) ([d9b67d7](https://github.com/openai/openai-java/commit/d9b67d7ef7552112774039acf951a582c3eeefea)) + ## 0.27.0 (2025-02-24) Full Changelog: [v0.26.1...v0.27.0](https://github.com/openai/openai-java/compare/v0.26.1...v0.27.0) diff --git a/README.md b/README.md index 73730cc7..8f68764f 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ -[![Maven Central](https://img.shields.io/maven-central/v/com.openai/openai-java)](https://central.sonatype.com/artifact/com.openai/openai-java/0.27.0) -[![javadoc](https://javadoc.io/badge2/com.openai/openai-java/0.27.0/javadoc.svg)](https://javadoc.io/doc/com.openai/openai-java/0.27.0) +[![Maven Central](https://img.shields.io/maven-central/v/com.openai/openai-java)](https://central.sonatype.com/artifact/com.openai/openai-java/0.27.1) +[![javadoc](https://javadoc.io/badge2/com.openai/openai-java/0.27.1/javadoc.svg)](https://javadoc.io/doc/com.openai/openai-java/0.27.1) @@ -25,7 +25,7 @@ The REST API documentation can be found on [platform.openai.com](https://platfor ### Gradle ```kotlin -implementation("com.openai:openai-java:0.27.0") +implementation("com.openai:openai-java:0.27.1") ``` ### Maven @@ -34,7 +34,7 @@ implementation("com.openai:openai-java:0.27.0") com.openai openai-java - 0.27.0 + 0.27.1 ``` diff --git a/build.gradle.kts b/build.gradle.kts index ed4fb786..791622ff 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { allprojects { group = "com.openai" - version = "0.27.0" // x-release-please-version + version = "0.27.1" // x-release-please-version } subprojects {