Skip to content

Commit 4ce88bd

Browse files
Merge pull request #178 from watson-developer-cloud/de-1300-conversationVersionDate
revised version date for conversation to 2016-09-20
2 parents 7d509f1 + b5f8366 commit 4ce88bd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
Change Log
22
==========
3+
## Version 0.13.0
4+
_2016-12-2_
5+
6+
* Fix: Increased conversation version.
7+
* Fix: Fixed infinite loop in Conversation service example.
8+
39
## Version 0.12.0
410
_2016-11-4_
11+
512
* New: Added streaming `SpeechToText` example.
613
* New: Abstraction for `Personality Insights V3`
714

815
## Version 0.11.0
916
_2016-10-27_
17+
1018
* New: Abstracted `Speech to Text` customization methods.
1119

1220
## Version 0.10.0

Scripts/Services/Conversation/DataModels.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public class Version
303303
/// <summary>
304304
/// The version.
305305
/// </summary>
306-
public const string VERSION = "2016-07-11";
306+
public const string VERSION = "2016-09-20";
307307
}
308308
#endregion
309309
}

0 commit comments

Comments
 (0)