Skip to content

Commit 4e7acc4

Browse files
committed
Merge branch 'main' of github.ibm.com:coligo/java-sdk
2 parents 2ce5e36 + 3bc064f commit 4e7acc4

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.1
2+
current_version = 2.0.2
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](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
77
Java 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

5656
Each 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

0 commit comments

Comments
 (0)