diff --git a/README.md b/README.md index d249a9bf0..e442f204d 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.13' +implementation 'com.airbyte.api:public-api:0.1.0' ``` diff --git a/RELEASES.md b/RELEASES.md index 177568672..7e6b93f1d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -127,4 +127,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.13] https://central.sonatype.com/artifact/com.airbyte/api/0.0.13 - . \ No newline at end of file +- [Maven Central v0.0.13] https://central.sonatype.com/artifact/com.airbyte/api/0.0.13 - . + +## 2023-04-21 00:11:37 +### 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.4 (2.19.1) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.1.0] https://central.sonatype.com/artifact/com.airbyte/api/0.1.0 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index aa817dfe6..d81612a2b 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,14 +2,14 @@ configVersion: 1.0.0 management: docChecksum: b33273ead3e10c4bc4f9bfeed6ad97a4 docVersion: 1.0.0 - speakeasyVersion: 1.21.3 - generationVersion: 2.18.2 + speakeasyVersion: 1.21.4 + generationVersion: 2.19.1 generation: telemetryEnabled: false sdkClassName: airbyte singleTagPerOp: false java: - version: 0.0.13 + version: 0.1.0 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index 72f85161a..5842dc273 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.0.13' + version = '0.1.0' 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 886512eb3..d15e1c2ac 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.0.13"; - private String _genVersion = "2.18.2"; + private String _sdkVersion = "0.1.0"; + private String _genVersion = "2.19.1"; /** * The Builder class allows the configuration of a new instance of the SDK. */