Skip to content

Commit c60f833

Browse files
AhmedLeithyheaths
andauthored
[CLU] Prepare package for release (Azure#26853)
* Updated changelog * Ran prepare-release * Resolve PR feedback Co-authored-by: Heath Stewart <heaths@outlook.com>
1 parent 93a7e7d commit c60f833

File tree

1 file changed

+13
-3
lines changed
  • sdk/cognitivelanguage/Azure.AI.Language.Conversations

1 file changed

+13
-3
lines changed
Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
4-
5-
### Features Added
3+
## 1.0.0-beta.2 (2022-02-08)
64

75
### Breaking Changes
86

7+
- `AnalyzeConversation` method now takes instance of `ConversationsProject` instead of `ProjectName` and `DeploymentName`.
8+
- Renamed the attribute `ConfidenceScore` to `Confidence` in the following classes:
9+
- `AnswerSpan`
10+
- `ConversationEntity`
11+
- `ConversationIntent`
12+
- `KnowledgeBaseAnswer`
13+
- `TargetIntentResult`
14+
915
### Bugs Fixed
1016

17+
- Made following property public `TargetIntentResult.TargetKind` instead of internal.
18+
1119
### Other Changes
1220

21+
- Added `ConversationsProject` class for holding `ProjectName` and `DeploymentName` attributes.
22+
1323
## 1.0.0-beta.1 (2021-11-03)
1424

1525
- Initial release.

0 commit comments

Comments
 (0)