Skip to content

Commit 481678d

Browse files
authored
Increment package version after release of Azure.Identity.Broker (Azure#51244)
1 parent c05537f commit 481678d

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

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

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.3.0-beta.5 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.3.0-beta.4 (2025-07-11)
414

515
### Features Added
@@ -10,6 +20,12 @@
1020

1121
- Updated `Azure.Identity` to 1.14.2 to apply a security fix in the updated `Microsoft.Identity.Client` dependency.
1222

23+
## 1.2.1 (2025-07-11)
24+
25+
### Other Changes
26+
27+
- Updated `Azure.Identity` to 1.14.2 to apply a security fix in the updated `Microsoft.Identity.Client` dependency.
28+
1329
## 1.3.0-beta.3 (2025-06-10)
1430

1531
### Features Added
@@ -31,12 +47,6 @@
3147
### Other Changes
3248
- Updated Microsoft.Identity.Client.Broker dependency to version 4.69.1.
3349

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-
4050
## 1.2.0 (2024-11-18)
4151

4252
### 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
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>Provides authentication broker APIs for authenticating to Microsoft Entra ID</Description>
44
<AssemblyTitle>Microsoft Azure.Identity.Broker Component</AssemblyTitle>
5-
<Version>1.3.0-beta.4</Version>
5+
<Version>1.3.0-beta.5</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.2.1</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Identity Broker;$(PackageCommonTags)</PackageTags>

0 commit comments

Comments
 (0)