From f5d1a0696835e079a3349b5a4575a1d1a1658047 Mon Sep 17 00:00:00 2001 From: Kevin Kowalski Date: Wed, 9 Dec 2020 23:47:19 -0600 Subject: [PATCH 1/5] fix(readme): add extra line to readme to trigger patch release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69d1d7465cb..9f58e99ceb4 100644 --- a/README.md +++ b/README.md @@ -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! From a8a1b776120e756d205b848a78222b324eba68b3 Mon Sep 17 00:00:00 2001 From: Kevin Kowalski Date: Thu, 10 Dec 2020 14:10:48 -0600 Subject: [PATCH 2/5] test(visual-recognition-v3): ignore ITs --- .../ibm/watson/visual_recognition/v3/VisualRecognitionIT.java | 1 + 1 file changed, 1 insertion(+) 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"; From 2f3d7c5ecd0d52ec405ce9dee0d52761bd95e6b1 Mon Sep 17 00:00:00 2001 From: Kevin Kowalski Date: Thu, 10 Dec 2020 22:51:19 -0600 Subject: [PATCH 3/5] test(assistant-v1): fix test --- .../java/com/ibm/watson/assistant/v1/AssistantServiceIT.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); From e1f5678830ae77c11732a8631125adcd68ee794c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Dec 2020 11:20:17 +0000 Subject: [PATCH 4/5] Update version numbers from 9.0.0 -> 9.0.1 --- .bumpversion.cfg | 2 +- README.md | 10 +++++----- assistant/README.md | 4 ++-- compare-comply/README.md | 4 ++-- discovery/README.md | 4 ++-- docker/pom.xml | 2 +- examples/build.gradle | 2 +- gradle.properties | 2 +- language-translator/README.md | 4 ++-- natural-language-classifier/README.md | 4 ++-- natural-language-understanding/README.md | 4 ++-- personality-insights/README.md | 4 ++-- speech-to-text/README.md | 4 ++-- text-to-speech/README.md | 4 ++-- tone-analyzer/README.md | 4 ++-- visual-recognition/README.md | 4 ++-- 16 files changed, 31 insertions(+), 31 deletions(-) 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/README.md b/README.md index 9f58e99ceb4..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 ✨ 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/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 From e2993080a148d5124aea62a1a11f1cbefdc967b7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Dec 2020 11:20:34 +0000 Subject: [PATCH 5/5] docs(release): Add release notes for 9.0.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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)