diff --git a/README.md b/README.md index cf06eec2..f54b968f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Node-RED Watson Nodes for IBM Bluemix CLA assistant +### New in version 0.4.25 +- Fix to Language Translation Node to allow it work with File Inject + ### New in version 0.4.24 - Bugfixes to Language Translator Train Node diff --git a/package.json b/package.json index ee9d79dd..76432d9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-node-watson", - "version": "0.4.24", + "version": "0.4.25", "description": "A collection of Node-RED nodes for IBM Watson services", "dependencies": { "alchemy-api": "^1.3.0", diff --git a/services/language_translation/v2.html b/services/language_translation/v2.html index 8664c509..59ecae82 100644 --- a/services/language_translation/v2.html +++ b/services/language_translation/v2.html @@ -133,7 +133,7 @@ has been switched off this node will no longer work. The node will be removed from the palette in a future release.


-

Packaged in with release 0.4.21 of node-red-node-watson

+

Packaged in with release 0.4.25 of node-red-node-watson

The Language Translation service enables you to translate text from one language to another and to add your own translation models.

Translation Mode.

@@ -180,27 +180,33 @@