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 1a1d83e commit a723e97Copy full SHA for a723e97
sdk/data/azcosmos/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.4.1-beta.1 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.4.0 (2025-04-29)
14
15
### Other Changes
sdk/data/azcosmos/version.go
@@ -7,5 +7,5 @@ const (
moduleName = "github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos"
// serviceLibVersion is the semantic version (see http://semver.org) of this module.
- serviceLibVersion = "v1.4.0"
+ serviceLibVersion = "v1.4.1-beta.1"
)
0 commit comments