11[ ![ 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 )
22[ ![ 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 )
33
4- # Java server SDK for IBM Cloud Event Notifications service Version 0.1.0
4+ # Java server SDK for IBM Cloud Event Notifications service Version 0.1.1
55Java client library to interact with various [ IBM Cloud Event Notifications Service] ( https://cloud.ibm.com/apidocs?category=event-notifications ) .
66
77## Table of Contents
@@ -26,7 +26,7 @@ The IBM Cloud Event Notifications Service Java SDK allows developers to programm
2626
2727Service Name | Artifact Coordinates
2828--- | ---
29- [ Event Notifications Service] ( https://cloud.ibm.com/apidocs/event-notifications ) | com.ibm.cloud:event-notifications:0.1.0
29+ [ Event Notifications Service] ( https://cloud.ibm.com/apidocs/event-notifications ) | com.ibm.cloud:event-notifications:0.1.1
3030
3131## Prerequisites
3232
@@ -38,7 +38,7 @@ Service Name | Artifact Coordinates
3838* Java 8 or above.
3939
4040## Installation
41- The current version of this SDK is: 0.1.0
41+ The current version of this SDK is: 0.1.1
4242
4343Each service's artifact coordinates are listed in the table above.
4444
@@ -56,13 +56,13 @@ To use the Event Notifications Java SDK, define a dependency that contains the a
5656<dependency >
5757 <groupId >com.ibm.cloud</groupId >
5858 <artifactId >event-notifications</artifactId >
59- <version >0.1.0 </version >
59+ <version >0.1.1 </version >
6060</dependency >
6161```
6262
6363### Gradle
6464``` gradle
65- compile 'com.ibm.cloud:event-notifications:0.1.0 '
65+ compile 'com.ibm.cloud:event-notifications:0.1.1 '
6666```
6767
6868## Using the SDK
0 commit comments