Skip to content

Commit 08a9098

Browse files
authored
Release Question Answering client library (Azure#31807)
1 parent 3eb6441 commit 08a9098

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

sdk/cognitivelanguage/Azure.AI.Language.QuestionAnswering/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Release History
22

3-
## 1.1.0-beta.3 (Unreleased)
4-
5-
### Features Added
3+
## 1.1.0 (2022-10-13)
64

75
### Breaking Changes
86

@@ -11,10 +9,6 @@
119
- Changed method return types of `QuestionAnsweringAuthoringClient.UpdateSources` and `UpdateSourcesAsync` to return an `Operation<Pageable<BinaryData>>` and `Operation<AsyncPageable<BinaryData>>` respectively.
1210
- Changed return type of `QuestionAnsweringAuthoringClient.DeleteProject` and `DeleteProjectAsync` from `Operation<BinaryData>` to just `Operation`.
1311

14-
### Bugs Fixed
15-
16-
### Other Changes
17-
1812
## 1.1.0-beta.2 (2022-07-19)
1913

2014
### Features Added

sdk/cognitivelanguage/Azure.AI.Language.QuestionAnswering/src/Azure.AI.Language.QuestionAnswering.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This is the client library for the Question Answering service, a cloud-based Natural Language Processing (NLP) service that allows you to create a natural conversational layer over your data. It is used to find the most appropriate answer for any input from your custom knowledge base (KB) of information.</Description>
44
<AssemblyTitle>Microsoft Azure.AI.Language.QuestionAnswering client library</AssemblyTitle>
5-
<Version>1.1.0-beta.3</Version>
5+
<Version>1.1.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.0.0</ApiCompatVersion>
88
<PackageTags>Azure AI Language Question Answering QnA Maker</PackageTags>

0 commit comments

Comments
 (0)