File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.11.1 "
2+ "." : " 0.11.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.11.2 (2025-01-09)
4+
5+ Full Changelog: [ v0.11.1...v0.11.2] ( https://github.com/openai/openai-java/compare/v0.11.1...v0.11.2 )
6+
7+ ### Bug Fixes
8+
9+ * ** client:** add some missing ` validate() ` calls ([ #101 ] ( https://github.com/openai/openai-java/issues/101 ) ) ([ dec2d6b] ( https://github.com/openai/openai-java/commit/dec2d6b25cccc2547e576c8658116d2bba12f100 ) )
10+
11+
12+ ### Chores
13+
14+ * ** internal:** refactor ` validate ` methods ([ dec2d6b] ( https://github.com/openai/openai-java/commit/dec2d6b25cccc2547e576c8658116d2bba12f100 ) )
15+
316## 0.11.1 (2025-01-09)
417
518Full Changelog: [ v0.11.0...v0.11.1] ( https://github.com/openai/openai-java/compare/v0.11.0...v0.11.1 )
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.1 )
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.2 )
1313
1414<!-- x-release-please-end -->
1515
@@ -32,7 +32,7 @@ The REST API documentation can be found on [platform.openai.com](https://platfo
3232<!-- x-release-please-start-version -->
3333
3434``` kotlin
35- implementation(" com.openai:openai-java:0.11.1 " )
35+ implementation(" com.openai:openai-java:0.11.2 " )
3636```
3737
3838#### Maven
@@ -41,7 +41,7 @@ implementation("com.openai:openai-java:0.11.1")
4141<dependency >
4242 <groupId >com.openai</groupId >
4343 <artifactId >openai-java</artifactId >
44- <version >0.11.1 </version >
44+ <version >0.11.2 </version >
4545</dependency >
4646```
4747
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55allprojects {
66 group = " com.openai"
7- version = " 0.11.1 " // x-release-please-version
7+ version = " 0.11.2 " // x-release-please-version
88}
99
1010
You can’t perform that action at this time.
0 commit comments