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 fcacccc commit b6a6ac7Copy full SHA for b6a6ac7
sdk/azidentity/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.14.0-beta.3 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.14.0-beta.2 (2025-11-10)
14
15
### Breaking Changes
sdk/azidentity/version.go
@@ -14,5 +14,5 @@ const (
module = "github.com/Azure/azure-sdk-for-go/sdk/" + component
16
// Version is the semantic version (see http://semver.org) of this module.
17
- version = "v1.14.0-beta.2"
+ version = "v1.14.0-beta.3"
18
)
0 commit comments