diff --git a/.github_changelog_generator b/.github_changelog_generator index 09bf4087..1ba4db5d 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v0.26.1 -since-tag=v0.26.0 +future-release=v0.27.0 +since-tag=v0.26.1 date-format=%B %d, %Y base=CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e53b28a2..677ae418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v0.27.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.27.0) (May 29, 2023) + +[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.26.1...v0.27.0) + +**Merged pull requests:** + +- CLOUDP-179698 Add tags to advanced clusters [\#489](https://github.com/mongodb/go-client-mongodb-atlas/pull/489) ([fmenezes](https://github.com/fmenezes)) +- CLOUDP-179698 Add tags to clusters [\#488](https://github.com/mongodb/go-client-mongodb-atlas/pull/488) ([fmenezes](https://github.com/fmenezes)) +- INTMDB-805: Add support for Pipeline Run [\#485](https://github.com/mongodb/go-client-mongodb-atlas/pull/485) ([andreaangiolillo](https://github.com/andreaangiolillo)) +- INTMDB-804: struct fixes [\#483](https://github.com/mongodb/go-client-mongodb-atlas/pull/483) ([andreaangiolillo](https://github.com/andreaangiolillo)) +- INTMDB-804: Add Data lakes pipeline support [\#482](https://github.com/mongodb/go-client-mongodb-atlas/pull/482) ([andreaangiolillo](https://github.com/andreaangiolillo)) +- INTMDB-802: Add Data Federation Query Limit [\#475](https://github.com/mongodb/go-client-mongodb-atlas/pull/475) ([maastha](https://github.com/maastha)) +- CLOUDP-175576: Remove v2 SDKs mentions from master [\#473](https://github.com/mongodb/go-client-mongodb-atlas/pull/473) ([wtrocki](https://github.com/wtrocki)) + ## [v0.26.1](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.26.1) (May 16, 2023) [Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.26.0...v0.26.1) diff --git a/mongodbatlas/mongodbatlas.go b/mongodbatlas/mongodbatlas.go index d8f26e14..52564061 100644 --- a/mongodbatlas/mongodbatlas.go +++ b/mongodbatlas/mongodbatlas.go @@ -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.26.1" + Version = "0.27.0" ) var (