diff --git a/README.md b/README.md index f0f7e0cf9..f652fba97 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.45.3' +implementation 'com.airbyte.api:public-api:0.46.0' ``` diff --git a/RELEASES.md b/RELEASES.md index bda1c1342..7f7d953ba 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -891,4 +891,14 @@ Based on: ### Generated - [java v0.45.3] . ### Releases -- [Maven Central v0.45.3] https://central.sonatype.com/artifact/com.airbyte/api/0.45.3 - . \ No newline at end of file +- [Maven Central v0.45.3] https://central.sonatype.com/artifact/com.airbyte/api/0.45.3 - . + +## 2023-11-21 02:03:51 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.121.3 (2.195.2) https://github.com/speakeasy-api/speakeasy +### Generated +- [java v0.46.0] . +### Releases +- [Maven Central v0.46.0] https://central.sonatype.com/artifact/com.airbyte/api/0.46.0 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 2bf31209e..f1ea2e518 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,8 +2,8 @@ configVersion: 1.0.0 management: docChecksum: 8f62e207fcdebe72da7eb9c7525220b5 docVersion: 1.0.0 - speakeasyVersion: 1.121.1 - generationVersion: 2.194.1 + speakeasyVersion: 1.121.3 + generationVersion: 2.195.2 generation: comments: {} sdkClassName: airbyte @@ -16,7 +16,7 @@ features: globalSecurity: 2.81.1 globalServerURLs: 2.82.1 java: - version: 0.45.3 + version: 0.46.0 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index 0dd5f1b82..5e1227ce5 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -56,7 +56,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.45.3' + version = '0.46.0' 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 2becc7c41..9b538640d 100644 --- a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java +++ b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java @@ -15,9 +15,9 @@ class SDKConfiguration { public int serverIdx = 0; public String language = "java"; public String openapiDocVersion = "1.0.0"; - public String sdkVersion = "0.45.3"; - public String genVersion = "2.194.1"; - public String userAgent = "speakeasy-sdk/java 0.45.3 2.194.1 1.0.0 "; + public String sdkVersion = "0.46.0"; + public String genVersion = "2.195.2"; + public String userAgent = "speakeasy-sdk/java 0.46.0 2.195.2 1.0.0 "; } \ No newline at end of file