Skip to content

Commit

Permalink
task: Release 0.18.0 prep (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo authored Oct 17, 2022
1 parent ac6bf94 commit fce489d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
future-release=v0.17.0
since-tag=v0.16.0
future-release=v0.18.0
since-tag=v0.17.0
date-format=%B %d, %Y
base=CHANGELOG.md
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v0.18.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.18.0) (October 17, 2022)

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

**Closed issues:**

- "CloudProviderSnapshots.GetOneCloudProviderSnapshot\(\)" method returns already deleted snapshot [\#315](https://github.com/mongodb/go-client-mongodb-atlas/issues/315)

**Merged pull requests:**

- CLOUDP-139997: added OplogMinRetentionHours to ProcessArgs [\#316](https://github.com/mongodb/go-client-mongodb-atlas/pull/316) ([andreaangiolillo](https://github.com/andreaangiolillo))
- 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))

## [v0.17.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.17.0) (September 27, 2022)

[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.16.0...v0.17.0)
Expand Down
2 changes: 1 addition & 1 deletion mongodbatlas/mongodbatlas.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
gzipMediaType = "application/gzip"
libraryName = "go-mongodbatlas"
// Version the version of the current API client. Should be set to the next version planned to be released.
Version = "0.17.0"
Version = "0.18.0"
)

var (
Expand Down

0 comments on commit fce489d

Please sign in to comment.