File tree Expand file tree Collapse file tree
services/personality_insights Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments