Skip to content

Commit ad65d55

Browse files
committed
Bump version of Personality Insights
1 parent 5c74c2b commit ad65d55

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Node-RED Watson Nodes for IBM Cloud
1212
- Bump Assistant version to 2018-09-20
1313
- Bump Discovery version to 2018-08-01
1414
- Bump Natural Language Understanding to 2018-09-21
15+
- Bump Personality Insights to 2017-10-13
1516
- Discovery New Environment Size is now a string
1617
- Add Language Text to DropDrown for new supported languages in Translation Node.
1718
- Natural Language Classifier updated for use of IAM key for authentication.

services/personality_insights/v3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ module.exports = function (RED) {
127127
var p = new Promise(function resolver(resolve, reject) {
128128
var personality_insights = null,
129129
serviceSettings = {
130-
version_date: '2016-10-20',
130+
version_date: '2017-10-13',
131131
headers: {
132132
'User-Agent': pkg.name + '-' + pkg.version
133133
}

0 commit comments

Comments
 (0)