Skip to content

Commit 94b097e

Browse files
authored
[Cosmos] update versions after release (#35653)
* versions * Update CHANGELOG.md * Update CHANGELOG.md
1 parent a87b4c0 commit 94b097e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Release History
22

3-
### 4.6.1 (2024-05-15)
3+
### 4.7.0 (2024-05-15)
44

55
#### Features Added
66
* Adds vector embedding policy and vector indexing policy. See [PR 34882](https://github.com/Azure/azure-sdk-for-python/pull/34882).
@@ -11,6 +11,8 @@
1111
* Fixed a bug where change feed query in Async client was not returning all pages due to case-sensitive response headers. See [PR 35090](https://github.com/Azure/azure-sdk-for-python/pull/35090).
1212
* Fixed a bug when a retryable exception occurs in the first page of a query execution causing query to return 0 results. See [PR 35090](https://github.com/Azure/azure-sdk-for-python/pull/35090).
1313

14+
### 4.6.1 (2024-05-15)
15+
1416
### 4.6.0 (2024-03-14)
1517

1618
#### Features Added

sdk/cosmos/azure-cosmos/azure/cosmos/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
# SOFTWARE.
2121

22-
VERSION = "4.6.1"
22+
VERSION = "4.7.0"

0 commit comments

Comments
 (0)