File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
- future-release=v0.30 .0
2
- since-tag=v0.29 .0
1
+ future-release=v0.31 .0
2
+ since-tag=v0.30 .0
3
3
date-format=%B %d, %Y
4
4
base=CHANGELOG.md
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.31.0] ( https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.31.0 ) (July 06, 2023)
4
+
5
+ [ Full Changelog] ( https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.30.0...v0.31.0 )
6
+
7
+ ** Merged pull requests:**
8
+
9
+ - INTMDB-914: Add update to project [ \# 505] ( https://github.com/mongodb/go-client-mongodb-atlas/pull/505 ) ([ andreaangiolillo] ( https://github.com/andreaangiolillo ) )
10
+
3
11
## [ v0.30.0] ( https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.30.0 ) (July 03, 2023)
4
12
5
13
[ Full Changelog] ( https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.29.0...v0.30.0 )
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const (
41
41
gzipMediaType = "application/gzip"
42
42
libraryName = "go-mongodbatlas"
43
43
// Version the version of the current API client. Should be set to the next version planned to be released.
44
- Version = "0.30 .0"
44
+ Version = "0.31 .0"
45
45
)
46
46
47
47
var (
You can’t perform that action at this time.
0 commit comments