Skip to content

Commit 1ce74b8

Browse files
authored
[Identity] Increment version for identity releases (Azure#51242)
* Update API Compat version after release * Update changelog after release
1 parent 76af292 commit 1ce74b8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

sdk/identity/Azure.Identity.Broker/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
### Other Changes
3232
- Updated Microsoft.Identity.Client.Broker dependency to version 4.69.1.
3333

34+
## 1.2.1 (2025-07-11)
35+
36+
### Other Changes
37+
38+
- Updated `Azure.Identity` to 1.14.2 to apply a security fix in the updated `Microsoft.Identity.Client` dependency.
39+
3440
## 1.2.0 (2024-11-18)
3541

3642
### Other Changes

sdk/identity/Azure.Identity.Broker/src/Azure.Identity.Broker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<AssemblyTitle>Microsoft Azure.Identity.Broker Component</AssemblyTitle>
55
<Version>1.3.0-beta.4</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7-
<ApiCompatVersion>1.2.0</ApiCompatVersion>
7+
<ApiCompatVersion>1.2.1</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Identity Broker;$(PackageCommonTags)</PackageTags>
99
<TargetFrameworks Condition="$([MSBuild]::IsOsPlatform('Windows'))">$(RequiredTargetFrameworks);net462;net8.0</TargetFrameworks>
1010
<TargetFrameworks Condition="$([MSBuild]::IsOsPlatform('OSX'))">$(RequiredTargetFrameworks);net8.0</TargetFrameworks>

0 commit comments

Comments
 (0)