File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed
src/main/java/com/airbyte/api Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The Developer Portal UI can also be used to help build your integration by showi
2323### Gradle
2424
2525``` groovy
26- implementation 'com.airbyte.api:public-api:0.0.5 '
26+ implementation 'com.airbyte.api:public-api:0.0.6 '
2727```
2828<!-- End SDK Installation -->
2929
Original file line number Diff line number Diff line change @@ -70,4 +70,12 @@ Based on:
7070### Changes
7171Based on:
7272- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
73- - Speakeasy CLI 1.20.0 (2.18.0) https://github.com/speakeasy-api/speakeasy
73+ - Speakeasy CLI 1.20.0 (2.18.0) https://github.com/speakeasy-api/speakeasy
74+
75+ ## 2023-04-14 21:30:11
76+ ### Changes
77+ Based on:
78+ - OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
79+ - Speakeasy CLI 1.20.0 (2.18.0) https://github.com/speakeasy-api/speakeasy
80+ ### Releases
81+ - [ Maven Central v0.0.6] https://central.sonatype.com/artifact/com.airbyte/api/0.0.6 - .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
1010 sdkFlattening : false
1111 singleTagPerOp : false
1212java :
13- version : 0.0.5
13+ version : 0.0.6
1414 artifactID : api
1515 companyEmail : info@airbyte.com
1616 companyName : Airbyte
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ publishing {
4141 maven(MavenPublication ) {
4242 groupId = ' com.airbyte'
4343 artifactId = ' api'
44- version = ' 0.0.5 '
44+ version = ' 0.0.6 '
4545
4646 from components. java
4747
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public class Airbyte {
3232
3333 private String _serverUrl ;
3434 private String _language = "java" ;
35- private String _sdkVersion = "0.0.5 " ;
35+ private String _sdkVersion = "0.0.6 " ;
3636 private String _genVersion = "2.18.0" ;
3737 /**
3838 * The Builder class allows the configuration of a new instance of the SDK.
You can’t perform that action at this time.
0 commit comments