Skip to content

Commit b5969a6

Browse files
release: 0.11.7
1 parent 61a0b0d commit b5969a6

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.11.6"
2+
".": "0.11.7"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.11.7 (2025-01-17)
4+
5+
Full Changelog: [v0.11.6...v0.11.7](https://github.com/openai/openai-java/compare/v0.11.6...v0.11.7)
6+
7+
### Chores
8+
9+
* **internal:** upgrade kotlin compiler and gradle ([#132](https://github.com/openai/openai-java/issues/132)) ([61a0b0d](https://github.com/openai/openai-java/commit/61a0b0debfd50646fc9fe310b5decc2e891f48d0))
10+
311
## 0.11.6 (2025-01-17)
412

513
Full Changelog: [v0.11.5...v0.11.6](https://github.com/openai/openai-java/compare/v0.11.5...v0.11.6)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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.6)
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.7)
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.6")
33+
implementation("com.openai:openai-java:0.11.7")
3434
```
3535

3636
#### Maven
@@ -39,7 +39,7 @@ implementation("com.openai:openai-java:0.11.6")
3939
<dependency>
4040
<groupId>com.openai</groupId>
4141
<artifactId>openai-java</artifactId>
42-
<version>0.11.6</version>
42+
<version>0.11.7</version>
4343
</dependency>
4444
```
4545

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
allprojects {
1010
group = "com.openai"
11-
version = "0.11.6" // x-release-please-version
11+
version = "0.11.7" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)