diff --git a/README.md b/README.md index d5ce87528..2d83e12c5 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.0.8' +implementation 'com.airbyte.api:public-api:0.0.9' ``` diff --git a/RELEASES.md b/RELEASES.md index 6dfeff75a..8c5930397 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -95,4 +95,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.21.3 (2.18.2) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.0.8] https://central.sonatype.com/artifact/com.airbyte/api/0.0.8 - . \ No newline at end of file +- [Maven Central v0.0.8] https://central.sonatype.com/artifact/com.airbyte/api/0.0.8 - . + +## 2023-04-19 18:35:28 +### 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.21.3 (2.18.2) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.0.9] https://central.sonatype.com/artifact/com.airbyte/api/0.0.9 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 12b19ebec..cd42e9f95 100644 --- a/gen.yaml +++ b/gen.yaml @@ -9,7 +9,7 @@ generation: sdkClassName: airbyte singleTagPerOp: false java: - version: 0.0.8 + version: 0.0.9 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index 6287fbfd8..8e3ee56d2 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.0.8' + version = '0.0.9' 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 d4bed44df..50a2d4605 100755 --- a/lib/src/main/java/com/airbyte/api/Airbyte.java +++ b/lib/src/main/java/com/airbyte/api/Airbyte.java @@ -30,7 +30,7 @@ public class Airbyte { private com.airbyte.api.models.shared.Security _security; private String _serverUrl; private String _language = "java"; - private String _sdkVersion = "0.0.8"; + private String _sdkVersion = "0.0.9"; private String _genVersion = "2.18.2"; /** * The Builder class allows the configuration of a new instance of the SDK.