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 d2dfafd commit 85a3c4dCopy full SHA for 85a3c4d
.github_changelog_generator
@@ -1,4 +1,4 @@
1
-future-release=v0.6.0
2
-since-tag=v0.5.0
+future-release=v0.7.0
+since-tag=v0.6.0
3
date-format=%B %d, %Y
4
base=CHANGELOG.md
mongodbatlas/mongodbatlas.go
@@ -25,7 +25,7 @@ const (
25
gzipMediaType = "application/gzip"
26
libraryName = "go-mongodbatlas"
27
// Version the version of the current API client
28
- Version = "0.6.0" // Should be set to the next version planned to be released
+ Version = "0.7.0" // Should be set to the next version planned to be released
29
)
30
31
var (
0 commit comments