From 8c91f60e785b34f218dadde8ea496152a6feffae Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Fri, 14 Apr 2023 21:30:22 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.20.0 --- README.md | 2 +- RELEASES.md | 10 +++++++++- gen.yaml | 2 +- lib/build.gradle | 2 +- lib/src/main/java/com/airbyte/api/Airbyte.java | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f4ecfb7ee..392fc9e55 100755 --- a/README.md +++ b/README.md @@ -23,7 +23,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.0.5' +implementation 'com.airbyte.api:public-api:0.0.6' ``` diff --git a/RELEASES.md b/RELEASES.md index 28670887e..be07ba76b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -70,4 +70,12 @@ Based on: ### Changes Based on: - OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download -- Speakeasy CLI 1.20.0 (2.18.0) https://github.com/speakeasy-api/speakeasy \ No newline at end of file +- Speakeasy CLI 1.20.0 (2.18.0) https://github.com/speakeasy-api/speakeasy + +## 2023-04-14 21:30:11 +### Changes +Based on: +- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download +- Speakeasy CLI 1.20.0 (2.18.0) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.0.6] https://central.sonatype.com/artifact/com.airbyte/api/0.0.6 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 7e5aea3fe..18b7de095 100644 --- a/gen.yaml +++ b/gen.yaml @@ -10,7 +10,7 @@ generation: sdkFlattening: false singleTagPerOp: false java: - version: 0.0.5 + version: 0.0.6 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index c970dc247..cb0b29cb6 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.0.5' + version = '0.0.6' from components.java diff --git a/lib/src/main/java/com/airbyte/api/Airbyte.java b/lib/src/main/java/com/airbyte/api/Airbyte.java index ab295de6e..c0ad1e8f8 100755 --- a/lib/src/main/java/com/airbyte/api/Airbyte.java +++ b/lib/src/main/java/com/airbyte/api/Airbyte.java @@ -32,7 +32,7 @@ public class Airbyte { private String _serverUrl; private String _language = "java"; - private String _sdkVersion = "0.0.5"; + private String _sdkVersion = "0.0.6"; private String _genVersion = "2.18.0"; /** * The Builder class allows the configuration of a new instance of the SDK.