Skip to content

Commit

Permalink
Update changelog (#37751)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyan99 authored Oct 7, 2024
1 parent baa218c commit 3a43805
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 22 deletions.
10 changes: 3 additions & 7 deletions sdk/identity/azure-identity-broker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Release History

## 1.2.0b2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.2.0 (2024-10-08)

### Other Changes

- Stable release for the Proof-of-Possession (PoP) token support to `InteractiveBrowserBrokerCredential`.

## 1.2.0b1 (2024-09-20)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
# ------------------------------------
VERSION = "1.2.0b2"
VERSION = "1.2.0"
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity-broker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity-broker",
keywords="azure, azure sdk",
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
Expand Down
6 changes: 1 addition & 5 deletions sdk/identity/azure-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Release History

## 1.18.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.19.0 (2024-10-08)

### Bugs Fixed

Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity/azure/identity/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
# ------------------------------------
VERSION = "1.18.1"
VERSION = "1.19.0"
8 changes: 1 addition & 7 deletions sdk/search/azure-search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 11.6.0b6 (Unreleased)

### Features Added

### Breaking Changes
## 11.6.0b6 (2024-10-08)

### Bugs Fixed

- Fixed the issue that `encryptionKey` in `SearchIndexer` was lost during serialization. #37521

### Other Changes

## 11.6.0b5 (2024-09-19)

### Features Added
Expand Down

0 comments on commit 3a43805

Please sign in to comment.