Skip to content

Commit 839ee96

Browse files
azure-sdkallenkim0129
authored andcommitted
Increment package version after release of azure-search-documents (Azure#38593)
1 parent 808fd67 commit 839ee96

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

sdk/search/azure-search-documents/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 11.6.0b8 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 11.6.0b7 (2024-11-18)
414

515
### Features Added

sdk/search/azure-search-documents/azure/search/documents/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "11.6.0b7" # type: str
6+
VERSION = "11.6.0b8" # type: str
77

88
SDK_MONIKER = "search-documents/{}".format(VERSION) # type: str

0 commit comments

Comments
 (0)