File tree Expand file tree Collapse file tree 8 files changed +7771
-10
lines changed
src/main/java/org/benzinga/BZClient Expand file tree Collapse file tree 8 files changed +7771
-10
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: 5b1af2c6-8e5e-4c4d-ac33-d4c3c9add7de
33management:
4- docChecksum: bf4b59f8b4596a0aa8440fedc4ca3d5b
4+ docChecksum: 482b6448351f80b5766b7c2de88572e9
55 docVersion: 1.0.0
66 speakeasyVersion: 1.448.2
77 generationVersion: 2.467.4
8- releaseVersion: 0.2.1
9- configChecksum: 7c9b67f42958906ffe36c0f7486d8019
8+ releaseVersion: 0.2.2
9+ configChecksum: 5f1549ec37f6a6136bb70fe718ece901
1010 repoURL: https://github.com/Benzinga/bz-java-client.git
1111 published: true
1212features:
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ generation:
1313 oAuth2ClientCredentialsEnabled : false
1414 oAuth2PasswordEnabled : false
1515java :
16- version : 0.2.1
16+ version : 0.2.2
1717 additionalDependencies : []
1818 additionalPlugins : []
1919 artifactID : BZClient
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ workflow:
2222 - location: openapi.yaml
2323 overlays:
2424 - location: .speakeasy/speakeasy-modifications-overlay.yaml
25+ output: mintlify-docs
2526 registry:
2627 location: registry.speakeasyapi.dev/benzinga/benzinga/benzinga-ap-is
2728 targets:
Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ The samples below show how a published SDK artifact is used:
4848
4949Gradle:
5050``` groovy
51- implementation 'org.benzinga:BZClient:0.2.1 '
51+ implementation 'org.benzinga:BZClient:0.2.2 '
5252```
5353
5454Maven:
5555``` xml
5656<dependency >
5757 <groupId >org.benzinga</groupId >
5858 <artifactId >BZClient</artifactId >
59- <version >0.2.1 </version >
59+ <version >0.2.2 </version >
6060</dependency >
6161```
6262
Original file line number Diff line number Diff line change @@ -16,4 +16,14 @@ Based on:
1616### Generated
1717- [ java v0.2.1] .
1818### Releases
19- - [ Maven Central v0.2.1] https://central.sonatype.com/artifact/org.benzinga/BZClient/0.2.1 - .
19+ - [ Maven Central v0.2.1] https://central.sonatype.com/artifact/org.benzinga/BZClient/0.2.1 - .
20+
21+ ## 2024-11-29 14:00:50
22+ ### Changes
23+ Based on:
24+ - OpenAPI Doc
25+ - Speakeasy CLI 1.448.2 (2.467.4) https://github.com/speakeasy-api/speakeasy
26+ ### Generated
27+ - [ java v0.2.2] .
28+ ### Releases
29+ - [ Maven Central v0.2.2] https://central.sonatype.com/artifact/org.benzinga/BZClient/0.2.2 - .
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
6363}
6464
6565group = " org.benzinga"
66- version = " 0.2.1 "
66+ version = " 0.2.2 "
6767
6868sourcesJar {
6969 archiveBaseName = " BZClient"
@@ -101,7 +101,7 @@ publishing {
101101 maven(MavenPublication ) {
102102 groupId = ' org.benzinga'
103103 artifactId = ' BZClient'
104- version = ' 0.2.1 '
104+ version = ' 0.2.2 '
105105
106106 from components. java
107107
You can’t perform that action at this time.
0 commit comments