Skip to content

Commit

Permalink
Increment package version after release of azure-search-documents (Az…
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored and mccoyp committed Sep 22, 2022
1 parent e06c9de commit 6a400d5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
28 changes: 19 additions & 9 deletions sdk/search/azure-search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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+.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a400d5

Please sign in to comment.