diff --git a/README.md b/README.md index 9b6442a5..d8e155e3 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Node-RED Watson Nodes for IBM Cloud +### New in version 0.6.13 +- Added opt-out option for collection parsing of strings in Natural Language Classifier Node. + ### New in version 0.6.12 - Fix to collection check in Natural Language Classification Node allowing for . in domain names. diff --git a/package.json b/package.json index 8f3ec595..38333c08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-node-watson", - "version": "0.6.12", + "version": "0.6.13", "description": "A collection of Node-RED nodes for IBM Watson services", "dependencies": { "async": "^1.5.2", diff --git a/services/natural_language_classifier/v1.html b/services/natural_language_classifier/v1.html index 801a29f5..d655d23c 100644 --- a/services/natural_language_classifier/v1.html +++ b/services/natural_language_classifier/v1.html @@ -48,8 +48,8 @@