Skip to content

Commit f0a3b9b

Browse files
chore(release): 7.0.0 release notes
# [7.0.0](v6.1.0...v7.0.0) (2023-03-17) ### Bug Fixes * **all:** use correct csproj version ([7c40755](7c40755)) * **assistantv2:** discriminator hand edits ([6c51a6e](6c51a6e)) * **assistantv2:** final edits ([1b032ce](1b032ce)) * **nlu:** hand edits ([de18cc7](de18cc7)) ### Features * **assistantv2:** add several new functions ([0f5dff8](0f5dff8)) * **discov2:** new aggregation types ([f0ab5dd](f0ab5dd)) * **nlu:** remove all sentimentModel functions ([b70f481](b70f481)) * **stt:** add and remove models ([3096572](3096572)) * **tts:** add params and model constants ([f32894a](f32894a)) ### BREAKING CHANGES * **discov2:** smartDocumentUnderstanding param removed * **discov2:** QueryAggregation structure changed * **discov2:** object type properties changed to Dictionaries * **assistantv2:** removing and changing of classes * **nlu:** remove all sentimentModel functions and models
1 parent 91a158b commit f0a3b9b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# [7.0.0](https://github.com/watson-developer-cloud/dotnet-standard-sdk/compare/v6.1.0...v7.0.0) (2023-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **all:** use correct csproj version ([7c40755](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/7c4075580b0122b271b4b55f7a61b92f7bca4b27))
7+
* **assistantv2:** discriminator hand edits ([6c51a6e](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/6c51a6e24b6eb068891932de164a51bf59eeb21c))
8+
* **assistantv2:** final edits ([1b032ce](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/1b032ce382522e51e80751fb9995019abd2c02e2))
9+
* **nlu:** hand edits ([de18cc7](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/de18cc7e340bfb256c205ca1fc5006900605d17a))
10+
11+
12+
### Features
13+
14+
* **assistantv2:** add several new functions ([0f5dff8](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/0f5dff8eab633a207a9ed9025361c6d8c98c62e6))
15+
* **discov2:** new aggregation types ([f0ab5dd](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/f0ab5ddd41348c75227f259bff20e378cc1be0ba))
16+
* **nlu:** remove all sentimentModel functions ([b70f481](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/b70f481763abc25f437a060a8b4fe9d2e961aa4e))
17+
* **stt:** add and remove models ([3096572](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/3096572712914686d1b4d088d3df0050b970aee4))
18+
* **tts:** add params and model constants ([f32894a](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/f32894aed31599727a5fda15ec1b77e7cc4504e8))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* **discov2:** smartDocumentUnderstanding param removed
24+
* **discov2:** QueryAggregation structure changed
25+
* **discov2:** object type properties changed to Dictionaries
26+
* **assistantv2:** removing and changing of classes
27+
* **nlu:** remove all sentimentModel functions and models
28+
129
# [6.1.0](https://github.com/watson-developer-cloud/dotnet-standard-sdk/compare/v6.0.0...v6.1.0) (2022-08-10)
230

331

0 commit comments

Comments
 (0)