We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a45aa0 commit 61c9171Copy full SHA for 61c9171
sdk/azidentity/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.4.0-beta.5 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.4.0-beta.4 (2023-08-16)
14
15
### Other Changes
sdk/azidentity/version.go
@@ -11,5 +11,5 @@ const (
component = "azidentity"
// Version is the semantic version (see http://semver.org) of this module.
- version = "v1.4.0-beta.4"
+ version = "v1.4.0-beta.5"
)
0 commit comments