diff --git a/.github_changelog_generator b/.github_changelog_generator index f1a5c45ce..b1d6501e8 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v0.25.0 -since-tag=v0.24.0 +future-release=v0.26.0 +since-tag=v0.25.0 date-format=%B %d, %Y base=CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index de6cbee28..91600425b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [v0.26.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.26.0) (May 11, 2023) + +[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.25.0...v0.26.0) + +**Closed issues:** + +- `setListOptions` does not include options from embedded `ListOptions` [\#381](https://github.com/mongodb/go-client-mongodb-atlas/issues/381) + +**Merged pull requests:** + +- INTMDB-801: Add Data Federation to the go client [\#472](https://github.com/mongodb/go-client-mongodb-atlas/pull/472) ([andreaangiolillo](https://github.com/andreaangiolillo)) +- task: lower stale action permissions [\#469](https://github.com/mongodb/go-client-mongodb-atlas/pull/469) ([gssbzn](https://github.com/gssbzn)) +- test: update actions to use the new go action values [\#468](https://github.com/mongodb/go-client-mongodb-atlas/pull/468) ([gssbzn](https://github.com/gssbzn)) +- Revert "CLOUDP-169104: Fix encoding for AWS IAM usernames \(\#452\)" [\#465](https://github.com/mongodb/go-client-mongodb-atlas/pull/465) ([matt-condon](https://github.com/matt-condon)) + ## [v0.25.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.25.0) (April 17, 2023) [Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.24.0...v0.25.0) diff --git a/mongodbatlas/mongodbatlas.go b/mongodbatlas/mongodbatlas.go index c2a53b4cf..f81d98434 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.25.0" + Version = "0.26.0" ) var (