From 3f481b06e211f4c788190fb1ae75bfe625d5cb23 Mon Sep 17 00:00:00 2001 From: Andrea Angiolillo Date: Fri, 9 Jun 2023 12:47:23 +0100 Subject: [PATCH] v0.29.0 pre-release (#496) --- .github_changelog_generator | 4 ++-- CHANGELOG.md | 12 ++++++++++++ mongodbatlas/mongodbatlas.go | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index c926a2db..5129fc1a 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v0.28.0 -since-tag=v0.27.0 +future-release=v0.29.0 +since-tag=v0.28.0 date-format=%B %d, %Y base=CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e92736eb..4a765016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v0.29.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.29.0) (June 09, 2023) + +[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.28.0...v0.29.0) + +**Breaking changes:** + +- INTMDB-781: Query Parameter Add: retainBackups in Cluster and Advanced\_Cluster [\#493](https://github.com/mongodb/go-client-mongodb-atlas/pull/493) ([andreaangiolillo](https://github.com/andreaangiolillo)) + +**Merged pull requests:** + +- INTMDB-860: \[GO SDK\] Add missing endpoint to organization resource [\#495](https://github.com/mongodb/go-client-mongodb-atlas/pull/495) ([andreaangiolillo](https://github.com/andreaangiolillo)) + ## [v0.28.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.28.0) (May 29, 2023) [Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.27.0...v0.28.0) diff --git a/mongodbatlas/mongodbatlas.go b/mongodbatlas/mongodbatlas.go index 8dfea70f..2ef5669a 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.28.0" + Version = "0.29.0" ) var (