We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa9f8b commit a98a0dbCopy full SHA for a98a0db
sdk/azidentity/CHANGELOG.md
@@ -1,16 +1,10 @@
1
# Release History
2
3
-## 1.10.1-beta.1 (Unreleased)
4
-
5
-### Features Added
6
7
-### Breaking Changes
+## 1.10.1 (2025-06-10)
8
9
### Bugs Fixed
10
- `AzureCLICredential` and `AzureDeveloperCLICredential` could wait indefinitely for subprocess output
11
12
-### Other Changes
13
14
## 1.10.0 (2025-05-14)
15
16
### Features Added
sdk/azidentity/version.go
@@ -14,5 +14,5 @@ const (
module = "github.com/Azure/azure-sdk-for-go/sdk/" + component
// Version is the semantic version (see http://semver.org) of this module.
17
- version = "v1.10.1-beta.1"
+ version = "v1.10.1"
18
)
0 commit comments