diff --git a/README.md b/README.md index 2d83e12c5..a8229b693 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.9' +implementation 'com.airbyte.api:public-api:0.0.10' ``` diff --git a/RELEASES.md b/RELEASES.md index 8c5930397..009fb9d15 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -103,4 +103,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.9] https://central.sonatype.com/artifact/com.airbyte/api/0.0.9 - . \ No newline at end of file +- [Maven Central v0.0.9] https://central.sonatype.com/artifact/com.airbyte/api/0.0.9 - . + +## 2023-04-19 18:38:47 +### 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.10] https://central.sonatype.com/artifact/com.airbyte/api/0.0.10 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index cd42e9f95..b96be255c 100644 --- a/gen.yaml +++ b/gen.yaml @@ -9,7 +9,7 @@ generation: sdkClassName: airbyte singleTagPerOp: false java: - version: 0.0.9 + version: 0.0.10 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index 8e3ee56d2..5c24f297a 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.0.9' + version = '0.0.10' 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 50a2d4605..6a5ba5b33 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.9"; + private String _sdkVersion = "0.0.10"; private String _genVersion = "2.18.2"; /** * The Builder class allows the configuration of a new instance of the SDK.