Skip to content

Commit af28b88

Browse files
committed
updat minor version
1 parent 45280f5 commit af28b88

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Change Log
22
==========
3+
4+
## Version 2.1.0
5+
_2018-03-06_
6+
New: Abstract Watson Assistant service.
7+
New: External credentials in integration tests.
8+
New: Documentation on publishing a release.
9+
Fixed: Visual Recognition Classify method sends byte[] data in form data instead of body data.
10+
Fixed: Redirect Speech to Text streaming requests to TLS 1.0 streaming endpoint.
11+
Deprecated: Document Conversion - Please use Discovery.
12+
Removed: Language Translation - Please use Langauge Translator.
13+
314
## Version 2.0.0
415
_2017-11-20_ MAJOR RELEASE, BREAKING CHANGES
516
* New: Implemented error callbacks in each call

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Watson Developer Cloud Unity SDK"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2.0.0
41+
PROJECT_NUMBER = 2.1.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Scripts/Utilities/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static class Path
4747
public static class String
4848
{
4949
/// <exclude />
50-
public const string Version = "watson-apis-unity-sdk/2.0.0";
50+
public const string Version = "watson-apis-unity-sdk/2.1.0";
5151
/// <exclude />
5252
public const string DebugDispalyQuality = "Quality: {0}";
5353
}

0 commit comments

Comments
 (0)