Skip to content

Commit fce489d

Browse files
task: Release 0.18.0 prep (#317)
1 parent ac6bf94 commit fce489d

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.github_changelog_generator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
future-release=v0.17.0
2-
since-tag=v0.16.0
1+
future-release=v0.18.0
2+
since-tag=v0.17.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## [v0.17.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.17.0) (September 27, 2022)
417

518
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.16.0...v0.17.0)

mongodbatlas/mongodbatlas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const (
4141
gzipMediaType = "application/gzip"
4242
libraryName = "go-mongodbatlas"
4343
// 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"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)