Skip to content

Commit a98a0db

Browse files
authored
Prepare azidentity v1.10.1 for release (#24746)
1 parent 8aa9f8b commit a98a0db

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

sdk/azidentity/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# Release History
22

3-
## 1.10.1-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.10.1 (2025-06-10)
84

95
### Bugs Fixed
106
- `AzureCLICredential` and `AzureDeveloperCLICredential` could wait indefinitely for subprocess output
117

12-
### Other Changes
13-
148
## 1.10.0 (2025-05-14)
159

1610
### 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.10.1-beta.1"
17+
version = "v1.10.1"
1818
)

0 commit comments

Comments
 (0)