From 7d442b2546af6033ab9d60743b8cf96dedd80271 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Tue, 18 Apr 2023 00:14:21 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.20.1 --- README.md | 2 +- RELEASES.md | 10 +++++++++- gen.yaml | 7 +++---- lib/build.gradle | 2 +- lib/src/main/java/com/airbyte/api/Airbyte.java | 4 ++-- 5 files changed, 16 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 392fc9e55..2b1b09014 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.6' +implementation 'com.airbyte.api:public-api:0.0.7' ``` diff --git a/RELEASES.md b/RELEASES.md index be07ba76b..1eb47962e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -78,4 +78,12 @@ 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 +- [Maven Central v0.0.6] https://central.sonatype.com/artifact/com.airbyte/api/0.0.6 - . + +## 2023-04-18 00:14: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.1 (2.18.1) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.0.7] https://central.sonatype.com/artifact/com.airbyte/api/0.0.7 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 18b7de095..f6ca24c11 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,15 +2,14 @@ configVersion: 1.0.0 management: docChecksum: dc621e1b6a47afd51fbeedb6a1f094f1 docVersion: 1.0.0 - speakeasyVersion: 1.20.0 - generationVersion: 2.18.0 + speakeasyVersion: 1.20.1 + generationVersion: 2.18.1 generation: telemetryEnabled: false sdkClassName: airbyte - sdkFlattening: false singleTagPerOp: false java: - version: 0.0.6 + version: 0.0.7 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index cb0b29cb6..373d95210 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.0.6' + version = '0.0.7' 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 c0ad1e8f8..289afe6c9 100755 --- a/lib/src/main/java/com/airbyte/api/Airbyte.java +++ b/lib/src/main/java/com/airbyte/api/Airbyte.java @@ -32,8 +32,8 @@ public class Airbyte { private String _serverUrl; private String _language = "java"; - private String _sdkVersion = "0.0.6"; - private String _genVersion = "2.18.0"; + private String _sdkVersion = "0.0.7"; + private String _genVersion = "2.18.1"; /** * The Builder class allows the configuration of a new instance of the SDK. */