diff --git a/README.md b/README.md index f2dc46965..865c97085 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.14.1' +implementation 'com.airbyte.api:public-api:0.14.2' ``` diff --git a/RELEASES.md b/RELEASES.md index 3967fc3df..22afbc3cd 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -335,4 +335,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.40.2 (2.34.2) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.14.1] https://central.sonatype.com/artifact/com.airbyte/api/0.14.1 - . \ No newline at end of file +- [Maven Central v0.14.1] https://central.sonatype.com/artifact/com.airbyte/api/0.14.1 - . + +## 2023-06-02 00:13:14 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.40.3 (2.34.7) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.14.2] https://central.sonatype.com/artifact/com.airbyte/api/0.14.2 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 1a1bd2a45..3a2dfce9e 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,14 +2,14 @@ configVersion: 1.0.0 management: docChecksum: e82f3e11abf47c2509f115468e75bb06 docVersion: 1.0.0 - speakeasyVersion: 1.40.2 - generationVersion: 2.34.2 + speakeasyVersion: 1.40.3 + generationVersion: 2.34.7 generation: sdkClassName: airbyte singleTagPerOp: false telemetryEnabled: true java: - version: 0.14.1 + version: 0.14.2 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index 7a059ee0a..b6a9cc1f9 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.14.1' + version = '0.14.2' 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 338e545ce..e52196281 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.14.1"; - private String _genVersion = "2.34.2"; + private String _sdkVersion = "0.14.2"; + private String _genVersion = "2.34.7"; /** * The Builder class allows the configuration of a new instance of the SDK. */