Skip to content

Commit 0877f6c

Browse files
committed
Allow Endpoint to be set in NLC Configuration
1 parent b59c6a8 commit 0877f6c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Node-RED Watson Nodes for IBM Cloud
77

88
<a href="https://cla-assistant.io/watson-developer-cloud/node-red-node-watson"><img src="https://cla-assistant.io/readme/badge/watson-developer-cloud/node-red-node-watson" alt="CLA assistant" /></a>
99

10+
### New in version 0.6.5
11+
- Endpoint can now be specified in Natural Language Classifier Node
12+
1013
### New in version 0.6.4
1114
- Speech to Text node now reports all errors, including disconnects when running in stream mode.
1215

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-watson",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "A collection of Node-RED nodes for IBM Watson services",
55
"dependencies": {
66
"async": "^1.5.2",

0 commit comments

Comments
 (0)