File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.0.1
2+ current_version = 2.0.2
33commit = True
44message = Update version {current_version} -> {new_version}
55
Original file line number Diff line number Diff line change 1+ ## [ 2.0.2] ( https://github.ibm.com/coligo/java-sdk/compare/2.0.1...2.0.2 ) (2023-01-25)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** ci:** adjusted travis configuration ([ 7c46b9b] ( https://github.ibm.com/coligo/java-sdk/commit/7c46b9b45d43a90e21b3f4b95ebf5ad2b759ac97 ) )
7+
18## [ 2.0.1] ( https://github.ibm.com/coligo/java-sdk/compare/2.0.0...2.0.1 ) (2023-01-24)
29
310
Original file line number Diff line number Diff line change 33[](https://github.com/semantic-release/semantic-release)
44-->
55
6- # IBM Cloud Code Engine Java SDK Version 2.0.1
6+ # IBM Cloud Code Engine Java SDK Version 2.0.2
77Java client library to interact with the [ Code Engine API] ( https://cloud.ibm.com/apidocs/codeengine ) .
88
99## Table of Contents
@@ -51,7 +51,7 @@ Service Name | Artifact Coordinates
5151* Java 8 or above.
5252
5353## Installation
54- The current version of this SDK is: 2.0.1
54+ The current version of this SDK is: 2.0.2
5555
5656Each service's artifact coordinates are listed in the table above.
5757
@@ -70,13 +70,13 @@ Here are examples for maven and gradle:
7070<dependency >
7171 <groupId >com.ibm.cloud</groupId >
7272 <artifactId >code-engine</artifactId >
73- <version >2.0.1 </version >
73+ <version >2.0.2 </version >
7474</dependency >
7575```
7676
7777### Gradle
7878``` gradle
79- compile 'com.ibm.cloud:code-engine:2.0.1 '
79+ compile 'com.ibm.cloud:code-engine:2.0.2 '
8080```
8181
8282## Using the SDK
You can’t perform that action at this time.
0 commit comments