diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index c5cae293c48..8bfe3dd9364 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 9.0.0
+current_version = 9.0.1
commit = True
message = Update version numbers from {current_version} -> {new_version}
search = {current_version}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d04a4e60584..96108dea28e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [9.0.1](https://github.com/watson-developer-cloud/java-sdk/compare/v9.0.0...v9.0.1) (2020-12-11)
+
+
+### Bug Fixes
+
+* **readme:** add extra line to readme to trigger patch release ([f5d1a06](https://github.com/watson-developer-cloud/java-sdk/commit/f5d1a0696835e079a3349b5a4575a1d1a1658047))
+
# [9.0.0](https://github.com/watson-developer-cloud/java-sdk/compare/v8.6.3...v9.0.0) (2020-12-10)
diff --git a/README.md b/README.md
index 69d1d7465cb..7f9eeb50f92 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ All the services:
com.ibm.watson
ibm-watson
- 9.0.0
+ 9.0.1
```
@@ -83,7 +83,7 @@ Only Discovery:
com.ibm.watson
discovery
- 9.0.0
+ 9.0.1
```
@@ -91,13 +91,13 @@ Only Discovery:
All the services:
```gradle
-'com.ibm.watson:ibm-watson:9.0.0'
+'com.ibm.watson:ibm-watson:9.0.1'
```
Only Assistant:
```gradle
-'com.ibm.watson:assistant:9.0.0'
+'com.ibm.watson:assistant:9.0.1'
```
##### JAR
@@ -463,7 +463,7 @@ We do :sunglasses: http://ibm.github.io/
## Featured projects
We'd love to highlight cool open-source projects that use this SDK! If you'd like to get your project added to the list, feel free to make an issue linking us to it.
-[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v9.0.0/ibm-watson-9.0.0-jar-with-dependencies.jar
+[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v9.0.1/ibm-watson-9.0.1-jar-with-dependencies.jar
## Contributors ✨
@@ -484,4 +484,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
-This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
\ No newline at end of file
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
diff --git a/assistant/README.md b/assistant/README.md
index 94e06a96e9a..55c556421ee 100644
--- a/assistant/README.md
+++ b/assistant/README.md
@@ -8,14 +8,14 @@
com.ibm.watson
assistant
- 9.0.0
+ 9.0.1
```
##### Gradle
```gradle
-'com.ibm.watson:assistant:9.0.0'
+'com.ibm.watson:assistant:9.0.1'
```
## Usage
diff --git a/assistant/src/test/java/com/ibm/watson/assistant/v1/AssistantServiceIT.java b/assistant/src/test/java/com/ibm/watson/assistant/v1/AssistantServiceIT.java
index 3c19c57d258..836b5e75dc6 100644
--- a/assistant/src/test/java/com/ibm/watson/assistant/v1/AssistantServiceIT.java
+++ b/assistant/src/test/java/com/ibm/watson/assistant/v1/AssistantServiceIT.java
@@ -23,6 +23,7 @@
import com.ibm.cloud.sdk.core.security.BasicAuthenticator;
import com.ibm.cloud.sdk.core.service.exception.ForbiddenException;
import com.ibm.cloud.sdk.core.service.exception.NotFoundException;
+import com.ibm.cloud.sdk.core.service.exception.UnauthorizedException;
import com.ibm.watson.assistant.v1.model.*;
import com.ibm.watson.common.RetryRunner;
import io.reactivex.Single;
@@ -120,7 +121,7 @@ public void accept(Response response) throws Exception {
}
/** Ping bad credentials throws exception. */
- @Test(expected = ForbiddenException.class)
+ @Test(expected = UnauthorizedException.class)
public void pingBadCredentialsThrowsException() {
Assistant badService = new Assistant("2019-02-28", new BasicAuthenticator("foo", "bar"));
MessageOptions options = new MessageOptions.Builder(workspaceId).build();
diff --git a/compare-comply/README.md b/compare-comply/README.md
index 973b660adb8..361a5ef5bf3 100644
--- a/compare-comply/README.md
+++ b/compare-comply/README.md
@@ -8,14 +8,14 @@
com.ibm.watson
compare-comply
- 9.0.0
+ 9.0.1
```
##### Gradle
```gradle
-'com.ibm.watson:compare-comply:9.0.0'
+'com.ibm.watson:compare-comply:9.0.1'
```
## Usage
diff --git a/discovery/README.md b/discovery/README.md
index 14d6241789b..280e0301c82 100644
--- a/discovery/README.md
+++ b/discovery/README.md
@@ -8,14 +8,14 @@
com.ibm.watson
discovery
- 9.0.0
+ 9.0.1
```
##### Gradle
```gradle
-'com.ibm.watson:discovery:9.0.0'
+'com.ibm.watson:discovery:9.0.1'
```
## Usage
diff --git a/docker/pom.xml b/docker/pom.xml
index 8c35a3d4642..9b96c7e049c 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -17,7 +17,7 @@
com.ibm.watson
ibm-watson
- 9.0.0
+ 9.0.1
diff --git a/examples/build.gradle b/examples/build.gradle
index 0e83df70dae..2b4d678ae27 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -34,5 +34,5 @@ checkstyle {
}
dependencies {
- compile 'com.ibm.watson:ibm-watson:9.0.0'
+ compile 'com.ibm.watson:ibm-watson:9.0.1'
}
diff --git a/gradle.properties b/gradle.properties
index 4787c36d1ad..f86ef147d19 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,3 +1,3 @@
-version=9.0.0
+version=9.0.1
group=com.ibm.watson
org.gradle.parallel=true
diff --git a/language-translator/README.md b/language-translator/README.md
index fece1f69603..f3c689f4a8b 100644
--- a/language-translator/README.md
+++ b/language-translator/README.md
@@ -8,14 +8,14 @@
com.ibm.watson
language-translator
- 9.0.0
+ 9.0.1
```
##### Gradle
```gradle
-'com.ibm.watson:language-translator:9.0.0'
+'com.ibm.watson:language-translator:9.0.1'
```
## Usage
diff --git a/natural-language-classifier/README.md b/natural-language-classifier/README.md
index 47e7cb7fb5d..3ac8a837631 100644
--- a/natural-language-classifier/README.md
+++ b/natural-language-classifier/README.md
@@ -8,14 +8,14 @@
com.ibm.watson
natural-language-classifier
- 9.0.0
+ 9.0.1
```
##### Gradle
```gradle
-'com.ibm.watson:natural-language-classifier:9.0.0'
+'com.ibm.watson:natural-language-classifier:9.0.1'
```
## Usage
diff --git a/natural-language-understanding/README.md b/natural-language-understanding/README.md
index d0a6bc83917..6192b50076d 100644
--- a/natural-language-understanding/README.md
+++ b/natural-language-understanding/README.md
@@ -8,14 +8,14 @@
com.ibm.watson
natural-language-understanding
- 9.0.0
+ 9.0.1
```
##### Gradle
```gradle
-'com.ibm.watson:natural-language-understanding:9.0.0'
+'com.ibm.watson:natural-language-understanding:9.0.1'
```
## Usage
diff --git a/personality-insights/README.md b/personality-insights/README.md
index c71f6e0a125..9c07ecb7aa4 100755
--- a/personality-insights/README.md
+++ b/personality-insights/README.md
@@ -8,14 +8,14 @@
com.ibm.watson
personality-insights
- 9.0.0
+ 9.0.1
```
##### Gradle
```gradle
-'com.ibm.watson:personality-insights:9.0.0'
+'com.ibm.watson:personality-insights:9.0.1'
```
## Usage
diff --git a/speech-to-text/README.md b/speech-to-text/README.md
index 13944f72811..8d7e959d192 100755
--- a/speech-to-text/README.md
+++ b/speech-to-text/README.md
@@ -8,14 +8,14 @@
com.ibm.watson
speech-to-text
- 9.0.0
+ 9.0.1
```
##### Gradle
```gradle
-'com.ibm.watson:speech-to-text:9.0.0'
+'com.ibm.watson:speech-to-text:9.0.1'
```
## Usage
diff --git a/text-to-speech/README.md b/text-to-speech/README.md
index d502be29a35..ef0d09f37ca 100755
--- a/text-to-speech/README.md
+++ b/text-to-speech/README.md
@@ -8,14 +8,14 @@
com.ibm.watson
text-to-speech
- 9.0.0
+ 9.0.1
```
##### Gradle
```gradle
-'com.ibm.watson:text-to-speech:9.0.0'
+'com.ibm.watson:text-to-speech:9.0.1'
```
## Usage
diff --git a/tone-analyzer/README.md b/tone-analyzer/README.md
index 913d3ac8821..6fea4c6e22a 100755
--- a/tone-analyzer/README.md
+++ b/tone-analyzer/README.md
@@ -8,14 +8,14 @@
com.ibm.watson
tone-analyzer
- 9.0.0
+ 9.0.1
```
##### Gradle
```gradle
-'com.ibm.watson:tone-analyzer:9.0.0'
+'com.ibm.watson:tone-analyzer:9.0.1'
```
## Usage
diff --git a/visual-recognition/README.md b/visual-recognition/README.md
index 18c72b8e05a..4c16d7cfff9 100644
--- a/visual-recognition/README.md
+++ b/visual-recognition/README.md
@@ -8,14 +8,14 @@
com.ibm.watson
visual-recognition
- 9.0.0
+ 9.0.1
```
##### Gradle
```gradle
-'com.ibm.watson:visual-recognition:9.0.0'
+'com.ibm.watson:visual-recognition:9.0.1'
```
## Usage
diff --git a/visual-recognition/src/test/java/com/ibm/watson/visual_recognition/v3/VisualRecognitionIT.java b/visual-recognition/src/test/java/com/ibm/watson/visual_recognition/v3/VisualRecognitionIT.java
index 8c9f7ce9365..1df1dce86ff 100644
--- a/visual-recognition/src/test/java/com/ibm/watson/visual_recognition/v3/VisualRecognitionIT.java
+++ b/visual-recognition/src/test/java/com/ibm/watson/visual_recognition/v3/VisualRecognitionIT.java
@@ -51,6 +51,7 @@
* @version v3
*/
@RunWith(RetryRunner.class)
+@Ignore
public class VisualRecognitionIT extends WatsonServiceTest {
private static final String VERSION = "2018-03-19";
private static final String IMAGE_FILE = "src/test/resources/visual_recognition/v3/test.zip";