diff --git a/README.md b/README.md index c7ff4bbea..1f51eefe8 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.18.3' +implementation 'com.airbyte.api:public-api:0.18.4' ``` diff --git a/RELEASES.md b/RELEASES.md index 8ce66ccb6..cf7b3919d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -439,4 +439,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.49.1 (2.41.5) https://github.com/speakeasy-api/speakeasy ### Releases -- [Maven Central v0.18.3] https://central.sonatype.com/artifact/com.airbyte/api/0.18.3 - . \ No newline at end of file +- [Maven Central v0.18.3] https://central.sonatype.com/artifact/com.airbyte/api/0.18.3 - . + +## 2023-06-20 22:19:33 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.49.1 (2.41.5) https://github.com/speakeasy-api/speakeasy +### Releases +- [Maven Central v0.18.4] https://central.sonatype.com/artifact/com.airbyte/api/0.18.4 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 2ade396ab..c13c5b98f 100644 --- a/gen.yaml +++ b/gen.yaml @@ -9,7 +9,7 @@ generation: singleTagPerOp: false telemetryEnabled: true java: - version: 0.18.3 + version: 0.18.4 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index 5305caef6..ad8f1f29a 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.18.3' + version = '0.18.4' from components.java diff --git a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java index 9a33e1092..5eefe14da 100755 --- a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java +++ b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java @@ -15,7 +15,7 @@ class SDKConfiguration { public int serverIdx = 0; public String language = "java"; public String openapiDocVersion = "1.0.0"; - public String sdkVersion = "0.18.3"; + public String sdkVersion = "0.18.4"; public String genVersion = "2.41.5"; } \ No newline at end of file