diff --git a/sdk/search/azure-search-documents/CHANGELOG.md b/sdk/search/azure-search-documents/CHANGELOG.md index 5214ba033531..4eae76268a3b 100644 --- a/sdk/search/azure-search-documents/CHANGELOG.md +++ b/sdk/search/azure-search-documents/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 11.4.0b2 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 11.4.0b1 (2022-09-08) ### Features Added @@ -21,6 +31,11 @@ ### Other Changes - Python 3.6 is no longer supported. Please use Python version 3.7 or later. +## 11.2.2 (2022-04-14) + +### Bugs Fixed +- Fixes a bug allowing users to set keys for cognitive service skills using the API. Exposes `DefaultCognitiveServicesAccount` and `CognitiveServicesAccountKey` + ## 11.3.0b8 (2022-03-08) ### Features Added @@ -36,6 +51,10 @@ - Python 2.7 is no longer supported. Please use Python version 3.6 or later. +## 11.2.1 (2022-01-10) + +Minor updates. + ## 11.3.0b6 (2021-11-19) ### Features Added @@ -119,15 +138,6 @@ - Added support for semantic search - Added normalizer support -## 11.2.2 (2022-04-14) - -### Bugs Fixed -- Fixes a bug allowing users to set keys for cognitive service skills using the API. Exposes `DefaultCognitiveServicesAccount` and `CognitiveServicesAccountKey` - -## 11.2.1 (2022-01-10) - -Minor updates. - ## 11.2.0 (2021-06-08) This version will be the last version to officially support Python 3.5, future versions will require Python 2.7 or Python 3.6+. diff --git a/sdk/search/azure-search-documents/azure/search/documents/_version.py b/sdk/search/azure-search-documents/azure/search/documents/_version.py index fbbb3761b47c..4115c6b46301 100644 --- a/sdk/search/azure-search-documents/azure/search/documents/_version.py +++ b/sdk/search/azure-search-documents/azure/search/documents/_version.py @@ -3,6 +3,6 @@ # Licensed under the MIT License. # ------------------------------------ -VERSION = "11.4.0b1" # type: str +VERSION = "11.4.0b2" # type: str SDK_MONIKER = "search-documents/{}".format(VERSION) # type: str