diff --git a/README.md b/README.md index a90464013..0db67c48a 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.15.0' +implementation 'com.airbyte.api:public-api:0.15.1' ``` diff --git a/RELEASES.md b/RELEASES.md index 391f0c103..3df6c55e9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -351,4 +351,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.43.0 (2.35.3) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.15.0] https://central.sonatype.com/artifact/com.airbyte/api/0.15.0 - . \ No newline at end of file +- [Maven Central v0.15.0] https://central.sonatype.com/artifact/com.airbyte/api/0.15.0 - . + +## 2023-06-07 00:13:20 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.44.2 (2.35.9) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.15.1] https://central.sonatype.com/artifact/com.airbyte/api/0.15.1 - . \ No newline at end of file diff --git a/docs/airbyte/README.md b/docs/airbyte/README.md index a73d6ad36..e2e893aae 100755 --- a/docs/airbyte/README.md +++ b/docs/airbyte/README.md @@ -1,4 +1,6 @@ # Airbyte SDK +## Overview + ### Available Operations diff --git a/gen.yaml b/gen.yaml index aa556c59b..66d903e6a 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,14 +2,14 @@ configVersion: 1.0.0 management: docChecksum: e82f3e11abf47c2509f115468e75bb06 docVersion: 1.0.0 - speakeasyVersion: 1.43.0 - generationVersion: 2.35.3 + speakeasyVersion: 1.44.2 + generationVersion: 2.35.9 generation: sdkClassName: airbyte singleTagPerOp: false telemetryEnabled: true java: - version: 0.15.0 + version: 0.15.1 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index 9c2b0ec8f..ef9118f4d 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.15.0' + version = '0.15.1' 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 fb341925b..fbd221e42 100755 --- a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java +++ b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java @@ -14,7 +14,7 @@ class SDKConfiguration { public String serverUrl; public int serverIdx = 0; public String language = "java"; - public String sdkVersion = "0.15.0"; - public String genVersion = "2.35.3"; + public String sdkVersion = "0.15.1"; + public String genVersion = "2.35.9"; } \ No newline at end of file