File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.11.4 "
2+ "." : " 0.11.5 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.11.5 (2025-01-16)
4+
5+ Full Changelog: [ v0.11.4...v0.11.5] ( https://github.com/openai/openai-java/compare/v0.11.4...v0.11.5 )
6+
7+ ### Bug Fixes
8+
9+ * ** internal:** publishing error ([ 73e22ea] ( https://github.com/openai/openai-java/commit/73e22eae2e905919172ab4d7e3b18b44d435205e ) )
10+
311## 0.11.4 (2025-01-16)
412
513Full Changelog: [ v0.11.3...v0.11.4] ( https://github.com/openai/openai-java/compare/v0.11.3...v0.11.4 )
Original file line number Diff line number Diff line change 99
1010<!-- x-release-please-start-version -->
1111
12- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.openai/openai-java )] ( https://central.sonatype.com/artifact/com.openai/openai-java/0.11.4 )
12+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.openai/openai-java )] ( https://central.sonatype.com/artifact/com.openai/openai-java/0.11.5 )
1313
1414<!-- x-release-please-end -->
1515
@@ -30,7 +30,7 @@ The REST API documentation can be found on [platform.openai.com](https://platfo
3030<!-- x-release-please-start-version -->
3131
3232``` kotlin
33- implementation(" com.openai:openai-java:0.11.4 " )
33+ implementation(" com.openai:openai-java:0.11.5 " )
3434```
3535
3636#### Maven
@@ -39,7 +39,7 @@ implementation("com.openai:openai-java:0.11.4")
3939<dependency >
4040 <groupId >com.openai</groupId >
4141 <artifactId >openai-java</artifactId >
42- <version >0.11.4 </version >
42+ <version >0.11.5 </version >
4343</dependency >
4444```
4545
Original file line number Diff line number Diff line change @@ -2,9 +2,13 @@ plugins {
22 id(" org.jetbrains.dokka" ) version " 2.0.0"
33}
44
5+ repositories {
6+ mavenCentral()
7+ }
8+
59allprojects {
610 group = " com.openai"
7- version = " 0.11.4 " // x-release-please-version
11+ version = " 0.11.5 " // x-release-please-version
812}
913
1014subprojects {
You can’t perform that action at this time.
0 commit comments