diff --git a/README.md b/README.md index fe2fa10..4afb856 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://app.travis-ci.com/IBM/event-notifications-java-admin-sdk.svg?branch=main)](https://travis-ci.com/IBM/event-notifications-java-admin-sdk) [![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) -# Java server SDK for IBM Cloud Event Notifications service Version 0.19.0 +# Java server SDK for IBM Cloud Event Notifications service Version 0.20.0 Java client library to interact with various [IBM Cloud Event Notifications Service](https://cloud.ibm.com/apidocs?category=event-notifications). @@ -26,8 +26,8 @@ Java client library to interact with various [IBM Cloud Event Notifications Serv The IBM Cloud Event Notifications Service Java SDK allows developers to programmatically interact with Event Notifications service in IBM cloud. | Service Name | Artifact Coordinates | -| -------------------------------------------------------------------------------- | ---------------------------------------- | -| [Event Notifications Service](https://cloud.ibm.com/apidocs/event-notifications) | com.ibm.cloud:event-notifications:0.19.0 | +| -------------------------------------------------------------------------------- |------------------------------------------| +| [Event Notifications Service](https://cloud.ibm.com/apidocs/event-notifications) | com.ibm.cloud:event-notifications:0.20.0 | ## Prerequisites @@ -40,7 +40,7 @@ The IBM Cloud Event Notifications Service Java SDK allows developers to programm ## Installation -The current version of this SDK is: 0.19.0 +The current version of this SDK is: 0.20.0 Each service's artifact coordinates are listed in the table above. @@ -57,14 +57,14 @@ To use the Event Notifications Java SDK, define a dependency that contains the a com.ibm.cloud event-notifications - 0.19.0 + 0.20.0 ``` ### Gradle ```gradle -compile 'com.ibm.cloud:event-notifications:0.19.0' +compile 'com.ibm.cloud:event-notifications:0.20.0' ``` ## Using the SDK