From b4db132a750da6808544283288bcf9aed436cdc5 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Fri, 28 Apr 2023 14:35:40 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.26.3 --- README.md | 2 +- RELEASES.md | 10 +++++++++- gen.yaml | 6 +++--- lib/build.gradle | 2 +- lib/src/main/java/com/airbyte/api/Airbyte.java | 4 ++-- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6ec5c0ff8..44c9a9355 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.5.0' +implementation 'com.airbyte.api:public-api:0.5.1' ``` diff --git a/RELEASES.md b/RELEASES.md index 1710bef1f..2b1a7bbe5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -183,4 +183,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.26.2 (2.23.2) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.5.0] https://central.sonatype.com/artifact/com.airbyte/api/0.5.0 - . \ No newline at end of file +- [Maven Central v0.5.0] https://central.sonatype.com/artifact/com.airbyte/api/0.5.0 - . + +## 2023-04-28 14:35:19 +### 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.26.3 (2.23.3) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.5.1] https://central.sonatype.com/artifact/com.airbyte/api/0.5.1 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 3b3104528..f1a3638a6 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,14 +2,14 @@ configVersion: 1.0.0 management: docChecksum: b33273ead3e10c4bc4f9bfeed6ad97a4 docVersion: 1.0.0 - speakeasyVersion: 1.26.2 - generationVersion: 2.23.2 + speakeasyVersion: 1.26.3 + generationVersion: 2.23.3 generation: telemetryEnabled: true sdkClassName: airbyte singleTagPerOp: false java: - version: 0.5.0 + version: 0.5.1 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index ccb6d6bfd..a383556f5 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.5.0' + version = '0.5.1' 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 528b7b9de..c75d510d6 100755 --- a/lib/src/main/java/com/airbyte/api/Airbyte.java +++ b/lib/src/main/java/com/airbyte/api/Airbyte.java @@ -30,8 +30,8 @@ public class Airbyte { private com.airbyte.api.models.shared.Security _security; private String _serverUrl; private String _language = "java"; - private String _sdkVersion = "0.5.0"; - private String _genVersion = "2.23.2"; + private String _sdkVersion = "0.5.1"; + private String _genVersion = "2.23.3"; /** * The Builder class allows the configuration of a new instance of the SDK. */