Skip to content

Commit 67dd4fc

Browse files
azure-sdkchlowell
authored andcommitted
Increment package version after release of azidentity (#25263)
1 parent 1a74bc8 commit 67dd4fc

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

sdk/azidentity/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Release History
22

3+
## 1.13.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
13+
## 1.13.0-beta.1 (2025-09-17)
14+
15+
### Features Added
16+
17+
- Added `AzurePowerShellCredential`, which authenticates as the identity logged in to Azure PowerShell
18+
(thanks [ArmaanMcleod](https://github.com/ArmaanMcleod))
19+
- `WorkloadIdentityCredential` supports identity binding mode ([#25056](https://github.com/Azure/azure-sdk-for-go/issues/25056))
20+
321
## 1.12.0 (2025-09-16)
422

523
### Features Added

sdk/azidentity/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ const (
1414
module = "github.com/Azure/azure-sdk-for-go/sdk/" + component
1515

1616
// Version is the semantic version (see http://semver.org) of this module.
17-
version = "v1.12.0"
17+
version = "v1.13.0-beta.2"
1818
)

0 commit comments

Comments
 (0)