diff --git a/sdk/search/Azure.Search.Documents/CHANGELOG.md b/sdk/search/Azure.Search.Documents/CHANGELOG.md index 0a20ca1a9efa..b238ea49e05c 100644 --- a/sdk/search/Azure.Search.Documents/CHANGELOG.md +++ b/sdk/search/Azure.Search.Documents/CHANGELOG.md @@ -1,6 +1,11 @@ # Release History -## 11.2.0-beta.2 (Unreleased) +## 11.2.0-beta.2 (2020-11-10) + +### Added + +- Added `EncryptionKey` to `SearchIndexer`, `SearchIndexerDataSourceConnection`, and `SearchIndexerSkillset`. +- Added configuration options to tune the performance of `SearchIndexingBufferedSender`. ### Fixed @@ -8,11 +13,6 @@ - Fixed issue where `ScoringProfile.FunctionAggregation` did not correctly handle null values ([#16570](https://github.com/Azure/azure-sdk-for-net/issues/16570)) - Fixed overly permissive date parsing on facets ([#16412](https://github.com/Azure/azure-sdk-for-net/issues/16412)) -### Added - -- Added `EncryptionKey` to `SearchIndexer`, `SearchIndexerDataSourceConnection`, and `SearchIndexerSkillset`. -- Added configuration options to tune the performance of `SearchIndexingBufferedSender`. - ## 11.2.0-beta.1 (2020-10-09) ### Added