File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
- future-release=v0.17 .0
2
- since-tag=v0.16 .0
1
+ future-release=v0.18 .0
2
+ since-tag=v0.17 .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.18.0] ( https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.18.0 ) (October 17, 2022)
4
+
5
+ [ Full Changelog] ( https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.17.0...v0.18.0 )
6
+
7
+ ** Closed issues:**
8
+
9
+ - "CloudProviderSnapshots.GetOneCloudProviderSnapshot\(\) " method returns already deleted snapshot [ \# 315] ( https://github.com/mongodb/go-client-mongodb-atlas/issues/315 )
10
+
11
+ ** Merged pull requests:**
12
+
13
+ - CLOUDP-139997: added OplogMinRetentionHours to ProcessArgs [ \# 316] ( https://github.com/mongodb/go-client-mongodb-atlas/pull/316 ) ([ andreaangiolillo] ( https://github.com/andreaangiolillo ) )
14
+ - INTMDB-364: \[ Terraform\] Add support for serverless private endpoints [ \# 314] ( https://github.com/mongodb/go-client-mongodb-atlas/pull/314 ) ([ martinstibbe] ( https://github.com/martinstibbe ) )
15
+
3
16
## [ v0.17.0] ( https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.17.0 ) (September 27, 2022)
4
17
5
18
[ Full Changelog] ( https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.16.0...v0.17.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.17 .0"
44
+ Version = "0.18 .0"
45
45
)
46
46
47
47
var (
You can’t perform that action at this time.
0 commit comments