File tree Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.6 .0"
2
+ "." : " 0.7 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.7.0 (2024-12-04)
4
+
5
+ Full Changelog: [ v0.6.0...v0.7.0] ( https://github.com/openai/openai-java/compare/v0.6.0...v0.7.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** updates ([ #29 ] ( https://github.com/openai/openai-java/issues/29 ) ) ([ a3122af] ( https://github.com/openai/openai-java/commit/a3122af22767760b4f73880815d138e7493e381c ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * bump openapi url ([ #28 ] ( https://github.com/openai/openai-java/issues/28 ) ) ([ 24d8461] ( https://github.com/openai/openai-java/commit/24d8461a14cb0a5b831cd821a129f995a3988856 ) )
15
+
16
+
17
+ ### Documentation
18
+
19
+ * add missing parameter to code snippet ([ #26 ] ( https://github.com/openai/openai-java/issues/26 ) ) ([ 8e7421f] ( https://github.com/openai/openai-java/commit/8e7421faa2ef8a6fd17757080f49bb5e1c0606c3 ) )
20
+
3
21
## 0.6.0 (2024-11-27)
4
22
5
23
Full Changelog: [ v0.5.1...v0.6.0] ( https://github.com/openai/openai-java/compare/v0.5.1...v0.6.0 )
Original file line number Diff line number Diff line change 7
7
8
8
<!-- x-release-please-start-version -->
9
9
10
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.openai/openai-java )] ( https://central.sonatype.com/artifact/com.openai/openai-java/0.6 .0 )
10
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.openai/openai-java )] ( https://central.sonatype.com/artifact/com.openai/openai-java/0.7 .0 )
11
11
12
12
<!-- x-release-please-end -->
13
13
@@ -30,7 +30,7 @@ The REST API documentation can be found on [platform.openai.com](https://platfo
30
30
<!-- x-release-please-start-version -->
31
31
32
32
``` kotlin
33
- implementation(" com.openai:openai-java:0.6 .0" )
33
+ implementation(" com.openai:openai-java:0.7 .0" )
34
34
```
35
35
36
36
#### Maven
@@ -39,7 +39,7 @@ implementation("com.openai:openai-java:0.6.0")
39
39
<dependency >
40
40
<groupId >com.openai</groupId >
41
41
<artifactId >openai-java</artifactId >
42
- <version >0.6 .0</version >
42
+ <version >0.7 .0</version >
43
43
</dependency >
44
44
```
45
45
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
allprojects {
6
6
group = " com.openai"
7
- version = " 0.6 .0" // x-release-please-version
7
+ version = " 0.7 .0" // x-release-please-version
8
8
}
9
9
10
10
nexusPublishing {
You can’t perform that action at this time.
0 commit comments