From 02477dfd897fd6e80427e4f1cdfd6c6aded1e9ec Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Tue, 11 Jul 2023 00:15:36 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.56.0 --- README.md | 2 +- RELEASES.md | 10 +++++++++- gen.yaml | 6 +++--- lib/build.gradle | 2 +- .../main/java/com/airbyte/api/SDKConfiguration.java | 4 ++-- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 68d66e920..f6d8d9d8e 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi ### Gradle ```groovy -implementation 'com.airbyte.api:public-api:0.24.1' +implementation 'com.airbyte.api:public-api:0.25.0' ``` diff --git a/RELEASES.md b/RELEASES.md index e087e84b0..253260a36 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -519,4 +519,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.53.1 (2.58.2) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.24.1] https://central.sonatype.com/artifact/com.airbyte/api/0.24.1 - . \ No newline at end of file +- [Maven Central v0.24.1] https://central.sonatype.com/artifact/com.airbyte/api/0.24.1 - . + +## 2023-07-11 00:14:59 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.56.0 (2.61.0) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.25.0] https://central.sonatype.com/artifact/com.airbyte/api/0.25.0 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 7beb164bc..58d6aa058 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,8 +2,8 @@ configVersion: 1.0.0 management: docChecksum: bb2011e16a0ec78eb8a13a803e08b4aa docVersion: 1.0.0 - speakeasyVersion: 1.53.1 - generationVersion: 2.58.2 + speakeasyVersion: 1.56.0 + generationVersion: 2.61.0 generation: comments: disableComments: false @@ -14,7 +14,7 @@ generation: tagNamespacingDisabled: false telemetryEnabled: true java: - version: 0.24.1 + version: 0.25.0 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index dc12eac53..6c3926212 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.24.1' + version = '0.25.0' from components.java diff --git a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java index c08738a68..a25b40179 100755 --- a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java +++ b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java @@ -15,7 +15,7 @@ class SDKConfiguration { public int serverIdx = 0; public String language = "java"; public String openapiDocVersion = "1.0.0"; - public String sdkVersion = "0.24.1"; - public String genVersion = "2.58.2"; + public String sdkVersion = "0.25.0"; + public String genVersion = "2.61.0"; } \ No newline at end of file