diff --git a/README.md b/README.md index 859fbde23..bfa1d7f0a 100755 --- a/README.md +++ b/README.md @@ -23,7 +23,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.2' +implementation 'com.airbyte.api:public-api:0.0.7' ``` diff --git a/RELEASES.md b/RELEASES.md index 73511895e..d185ad77a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -80,18 +80,10 @@ Based on: ### Releases - [Maven Central v0.0.6] https://central.sonatype.com/artifact/com.airbyte/api/0.0.6 - . -## 2023-04-18 23:55:25 +## 2023-04-18 00:14:11 ### 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.20.2 (2.18.2) https://github.com/speakeasy-api/speakeasy +- Speakeasy CLI 1.20.1 (2.18.1) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.0.1] https://central.sonatype.com/artifact/com.airbyte/api/0.0.1 - . - -## 2023-04-19 01:08:38 -### 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.20.2 (2.18.2) https://github.com/speakeasy-api/speakeasy -### Releases -- [Maven Central v0.0.2] https://central.sonatype.com/artifact/com.airbyte/api/0.0.2 - . \ No newline at end of file +- [Maven Central v0.0.7] https://central.sonatype.com/artifact/com.airbyte/api/0.0.7 - . diff --git a/gen.yaml b/gen.yaml index aadb21b81..6e8de18b8 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,14 +2,14 @@ configVersion: 1.0.0 management: docChecksum: 9a5d0cf1d2ebcbce14777ece8db4ccc2 docVersion: 1.0.0 - speakeasyVersion: 1.20.2 - generationVersion: 2.18.2 + speakeasyVersion: 1.20.1 + generationVersion: 2.18.1 generation: telemetryEnabled: false sdkClassName: airbyte singleTagPerOp: false java: - version: 0.0.2 + version: 0.0.7 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index f0b59c3d8..373d95210 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.0.2' + version = '0.0.7' 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 e976060f7..e64b40339 100755 --- a/lib/src/main/java/com/airbyte/api/Airbyte.java +++ b/lib/src/main/java/com/airbyte/api/Airbyte.java @@ -30,8 +30,9 @@ public class Airbyte { private com.airbyte.api.models.shared.Security _security; private String _serverUrl; private String _language = "java"; - private String _sdkVersion = "0.0.2"; - private String _genVersion = "2.18.2"; + private String _sdkVersion = "0.0.7"; + private String _genVersion = "2.18.1"; + /** * The Builder class allows the configuration of a new instance of the SDK. */