From 7bfc60d8d54094956f37fcc3f133dd462ae99e37 Mon Sep 17 00:00:00 2001 From: andreaangiolillo Date: Thu, 6 Jul 2023 17:47:34 +0200 Subject: [PATCH 1/3] v0.31.0 release prep --- .github_changelog_generator | 4 ++-- CHANGELOG.md | 8 ++++++++ mongodbatlas/mongodbatlas.go | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index e9e84034..5d6494cb 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v0.30.0 -since-tag=v0.29.0 +future-release=v0.31.0 +since-tag=v0.30.0 date-format=%B %d, %Y base=CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f46cb2..1d62bb59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.31.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.31.0) (July 06, 2023) + +[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.30.0...v0.31.0) + +**Merged pull requests:** + +- INTMDB-914: Add update to project [\#505](https://github.com/mongodb/go-client-mongodb-atlas/pull/505) ([andreaangiolillo](https://github.com/andreaangiolillo)) + ## [v0.30.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.30.0) (July 03, 2023) [Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.29.0...v0.30.0) diff --git a/mongodbatlas/mongodbatlas.go b/mongodbatlas/mongodbatlas.go index 51cddd4e..672f330e 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.30.0" + Version = "0.31.0" ) var ( From 52e71bad17d84c6a4ad0077cf6d81a8d52ab6b26 Mon Sep 17 00:00:00 2001 From: andreaangiolillo Date: Thu, 6 Jul 2023 17:53:07 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d62bb59..8d8dd937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ - INTMDB-914: Add update to project [\#505](https://github.com/mongodb/go-client-mongodb-atlas/pull/505) ([andreaangiolillo](https://github.com/andreaangiolillo)) +## [v0.31.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.31.0) (July 06, 2023) + +[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.30.0...v0.31.0) + +**Merged pull requests:** + +- INTMDB-914: Add update to project [\#505](https://github.com/mongodb/go-client-mongodb-atlas/pull/505) ([andreaangiolillo](https://github.com/andreaangiolillo)) + ## [v0.30.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.30.0) (July 03, 2023) [Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.29.0...v0.30.0) From 4144d82a1cd70bb0ccf47802b5fa9c6d63d85f2a Mon Sep 17 00:00:00 2001 From: andreaangiolillo Date: Thu, 6 Jul 2023 17:53:37 +0200 Subject: [PATCH 3/3] Revert "Update CHANGELOG.md" This reverts commit 52e71bad17d84c6a4ad0077cf6d81a8d52ab6b26. --- CHANGELOG.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8dd937..1d62bb59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,14 +8,6 @@ - INTMDB-914: Add update to project [\#505](https://github.com/mongodb/go-client-mongodb-atlas/pull/505) ([andreaangiolillo](https://github.com/andreaangiolillo)) -## [v0.31.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.31.0) (July 06, 2023) - -[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.30.0...v0.31.0) - -**Merged pull requests:** - -- INTMDB-914: Add update to project [\#505](https://github.com/mongodb/go-client-mongodb-atlas/pull/505) ([andreaangiolillo](https://github.com/andreaangiolillo)) - ## [v0.30.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.30.0) (July 03, 2023) [Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.29.0...v0.30.0)