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 9173b98 commit d34f140Copy full SHA for d34f140
sdk/data/azcosmos/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 0.3.1 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 0.3.0 (2022-05-10)
14
15
### Features Added
sdk/data/azcosmos/version.go
@@ -4,4 +4,4 @@
package azcosmos
// serviceLibVersion is the semantic version (see http://semver.org) of this module.
-const serviceLibVersion = "v0.3.0" //nolint
+const serviceLibVersion = "v0.3.1" //nolint
0 commit comments