From 8f9208a99000f8f615575cd1702c4c5a7773926b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 16:06:26 -0700 Subject: [PATCH] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.51.3 (#48) Co-authored-by: speakeasybot --- README.md | 2 +- RELEASES.md | 10 +++++++++- gen.yaml | 2 +- lib/build.gradle | 2 +- .../main/java/com/airbyte/api/SDKConfiguration.java | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a6fe67abd..b908e61a6 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.21.1' +implementation 'com.airbyte.api:public-api:0.21.2' ``` diff --git a/RELEASES.md b/RELEASES.md index d2f4501d1..7e846cc09 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -479,4 +479,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.51.3 (2.52.2) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.21.1] https://central.sonatype.com/artifact/com.airbyte/api/0.21.1 - . \ No newline at end of file +- [Maven Central v0.21.1] https://central.sonatype.com/artifact/com.airbyte/api/0.21.1 - . + +## 2023-06-30 23:01:31 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.51.3 (2.52.2) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.21.2] https://central.sonatype.com/artifact/com.airbyte/api/0.21.2 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 2feac4eb3..d76d1d614 100644 --- a/gen.yaml +++ b/gen.yaml @@ -14,7 +14,7 @@ generation: tagNamespacingDisabled: false telemetryEnabled: true java: - version: 0.21.1 + version: 0.21.2 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index 799f6b853..4ab775569 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.21.1' + version = '0.21.2' 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 e531f7c1c..71c980f34 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.21.1"; + public String sdkVersion = "0.21.2"; public String genVersion = "2.52.2"; } \ No newline at end of file