diff --git a/.github_changelog_generator b/.github_changelog_generator index 1c2394eae..16b712a32 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v0.7.0 -since-tag=v0.6.0 +future-release=v0.7.1 +since-tag=v0.7.0 date-format=%B %d, %Y base=CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd6db516..5ec41b5ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [v0.7.1](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.7.1) (January 27, 2021) + +[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.7.0...v0.7.1) + +**Closed issues:** + +- Missing `components` in `CloudProviderSnapshotRestoreJob` [\#171](https://github.com/mongodb/go-client-mongodb-atlas/issues/171) + +**Merged pull requests:** + +- INTMDB-173: Update the path of AccessListAPIKeys service [\#178](https://github.com/mongodb/go-client-mongodb-atlas/pull/178) ([andreaangiolillo](https://github.com/andreaangiolillo)) +- INTMDB-158: changed field type to another object [\#177](https://github.com/mongodb/go-client-mongodb-atlas/pull/177) ([coderGo93](https://github.com/coderGo93)) +- Apply License header to source files [\#175](https://github.com/mongodb/go-client-mongodb-atlas/pull/175) ([gssbzn](https://github.com/gssbzn)) +- CLOUDP-81043: add Regionalized Private Endpoint Status to atlas go client [\#174](https://github.com/mongodb/go-client-mongodb-atlas/pull/174) ([andreaangiolillo](https://github.com/andreaangiolillo)) +- INTMDB-167: URL encode private enpoint ID [\#173](https://github.com/mongodb/go-client-mongodb-atlas/pull/173) ([andreaangiolillo](https://github.com/andreaangiolillo)) +- Add support for components in `CloudProviderSnapshotRestoreJob` [\#172](https://github.com/mongodb/go-client-mongodb-atlas/pull/172) ([Stovoy](https://github.com/Stovoy)) +- Add a helper method to group client options [\#170](https://github.com/mongodb/go-client-mongodb-atlas/pull/170) ([gssbzn](https://github.com/gssbzn)) +- INTMDB-165: Update connection strings for cluster [\#169](https://github.com/mongodb/go-client-mongodb-atlas/pull/169) ([gssbzn](https://github.com/gssbzn)) +- INTMDB-164: Update data lake to support new required fields for creation [\#168](https://github.com/mongodb/go-client-mongodb-atlas/pull/168) ([gssbzn](https://github.com/gssbzn)) +- CLOUDP-80413: \[go-client\] add service to get default mongodb major version [\#167](https://github.com/mongodb/go-client-mongodb-atlas/pull/167) ([gssbzn](https://github.com/gssbzn)) + ## [v0.7.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.7.0) (January 12, 2021) [Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.6.0...v0.7.0) @@ -271,7 +292,5 @@ - Chore: TravisCI integration [\#2](https://github.com/mongodb/go-client-mongodb-atlas/pull/2) ([marinsalinas](https://github.com/marinsalinas)) - Cloud Provider Snapshot Restore Job Support [\#1](https://github.com/mongodb/go-client-mongodb-atlas/pull/1) ([PacoDw](https://github.com/PacoDw)) -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* - \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/mongodbatlas/mongodbatlas.go b/mongodbatlas/mongodbatlas.go index 13e2d32ed..61e14df4c 100644 --- a/mongodbatlas/mongodbatlas.go +++ b/mongodbatlas/mongodbatlas.go @@ -41,8 +41,8 @@ const ( plainMediaType = "text/plain" gzipMediaType = "application/gzip" libraryName = "go-mongodbatlas" - // Version the version of the current API client - Version = "0.7.0" // Should be set to the next version planned to be released + // Version the version of the current API client. Should be set to the next version planned to be released + Version = "0.7.1" ) var (