Skip to content

Commit 05f1890

Browse files
Update version numbers from 10.0.0 -> 10.0.1
1 parent 6da9037 commit 05f1890

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 10.0.0
2+
current_version = 10.0.1
33
commit = True
44
message = Update version numbers from {current_version} -> {new_version}
55
search = {current_version}

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Java client library to use the [Watson APIs][wdc].
1313

1414
## Announcements
1515
### Tone Analyzer Deprecation
16-
As of this major release, 10.0.0, the Tone Analyzer API has been removed in preparation for deprecation. If you wish to continue using this sdk to make calls to Tone Analyzer until its final deprecation, you will have to use a previous version.
16+
As of this major release, 10.0.1, the Tone Analyzer API has been removed in preparation for deprecation. If you wish to continue using this sdk to make calls to Tone Analyzer until its final deprecation, you will have to use a previous version.
1717
On 24 February 2022, IBM announced the deprecation of the Tone Analyzer service. The service will no longer be available as of 24 February 2023. As of 24 February 2022, you will not be able to create new instances. Existing instances will be supported until 24 February 2023.
1818
As an alternative, we encourage you to consider migrating to the Natural Language Understanding service on IBM Cloud. With Natural Language Understanding, tone analysis is done by using a pre-built classifications model, which provides an easy way to detect language tones in written text. For more information, see [Migrating from Watson Tone Analyzer Customer Engagement endpoint to Natural Language Understanding](https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-tone_analytics).
1919

2020
### Natural Language Classifier Deprecation
21-
As of this major release, 10.0.0, the NLC API has been removed in preparation for deprecation. If you wish to continue using this sdk to make calls to NLC until its final deprecation, you will have to use a previous version.
21+
As of this major release, 10.0.1, the NLC API has been removed in preparation for deprecation. If you wish to continue using this sdk to make calls to NLC until its final deprecation, you will have to use a previous version.
2222
On 9 August 2021, IBM announced the deprecation of the Natural Language Classifier service. The service will no longer be available from 8 August 2022. As of 9 September 2021, you will not be able to create new instances. Existing instances will be supported until 8 August 2022. Any instance that still exists on that date will be deleted.
2323
As an alternative, we encourage you to consider migrating to the Natural Language Understanding service on IBM Cloud that uses deep learning to extract data and insights from text such as keywords, categories, sentiment, emotion, and syntax, along with advanced multi-label text classification capabilities, to provide even richer insights for your business or industry. For more information, see [Migrating to Natural Language Understanding](https://cloud.ibm.com/docs/natural-language-classifier?topic=natural-language-classifier-migrating).
2424

@@ -37,7 +37,7 @@ All the services:
3737
<dependency>
3838
<groupId>com.ibm.watson</groupId>
3939
<artifactId>ibm-watson</artifactId>
40-
<version>10.0.0</version>
40+
<version>10.0.1</version>
4141
</dependency>
4242
```
4343

@@ -47,21 +47,21 @@ Only Discovery:
4747
<dependency>
4848
<groupId>com.ibm.watson</groupId>
4949
<artifactId>discovery</artifactId>
50-
<version>10.0.0</version>
50+
<version>10.0.1</version>
5151
</dependency>
5252
```
5353

5454
##### Gradle
5555
All the services:
5656

5757
```gradle
58-
'com.ibm.watson:ibm-watson:10.0.0'
58+
'com.ibm.watson:ibm-watson:10.0.1'
5959
```
6060

6161
Only Assistant:
6262

6363
```gradle
64-
'com.ibm.watson:assistant:10.0.0'
64+
'com.ibm.watson:assistant:10.0.1'
6565
```
6666

6767
Now, you are ready to see some [examples](https://github.com/watson-developer-cloud/java-sdk/tree/master/examples/src/main/java/com/ibm/watson).
@@ -477,7 +477,7 @@ We do :sunglasses: http://ibm.github.io/
477477
## Featured projects
478478
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.
479479

480-
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v10.0.0/ibm-watson-10.0.0-jar-with-dependencies.jar
480+
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v10.0.1/ibm-watson-10.0.1-jar-with-dependencies.jar
481481

482482
## Contributors ✨
483483

assistant/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>assistant</artifactId>
11-
<version>10.0.0</version>
11+
<version>10.0.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:assistant:10.0.0'
18+
'com.ibm.watson:assistant:10.0.1'
1919
```
2020

2121
## Usage

discovery/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>discovery</artifactId>
11-
<version>10.0.0</version>
11+
<version>10.0.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:discovery:10.0.0'
18+
'com.ibm.watson:discovery:10.0.1'
1919
```
2020

2121
## Usage

docker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.ibm.watson</groupId>
1919
<artifactId>ibm-watson</artifactId>
20-
<version>10.0.0</version>
20+
<version>10.0.1</version>
2121
</dependency>
2222
</dependencies>
2323
<properties>

language-translator/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>language-translator</artifactId>
11-
<version>10.0.0</version>
11+
<version>10.0.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:language-translator:10.0.0'
18+
'com.ibm.watson:language-translator:10.0.1'
1919
```
2020

2121
## Usage

natural-language-understanding/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>natural-language-understanding</artifactId>
11-
<version>10.0.0</version>
11+
<version>10.0.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:natural-language-understanding:10.0.0'
18+
'com.ibm.watson:natural-language-understanding:10.0.1'
1919
```
2020

2121
## Usage

speech-to-text/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>speech-to-text</artifactId>
11-
<version>10.0.0</version>
11+
<version>10.0.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:speech-to-text:10.0.0'
18+
'com.ibm.watson:speech-to-text:10.0.1'
1919
```
2020

2121
## Usage

text-to-speech/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<dependency>
99
<groupId>com.ibm.watson</groupId>
1010
<artifactId>text-to-speech</artifactId>
11-
<version>10.0.0</version>
11+
<version>10.0.1</version>
1212
</dependency>
1313
```
1414

1515
##### Gradle
1616

1717
```gradle
18-
'com.ibm.watson:text-to-speech:10.0.0'
18+
'com.ibm.watson:text-to-speech:10.0.1'
1919
```
2020

2121
## Usage

0 commit comments

Comments
 (0)