From 3460f8c1affc42fca9f1c63d767d2a29f696ef8c Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Fri, 28 Jul 2023 13:37:02 +0200 Subject: [PATCH] fix: release bump for the SDK (#510) --- .github_changelog_generator | 4 ++-- CHANGELOG.md | 13 +++++++++++++ RELEASING.md | 4 +++- mongodbatlas/mongodbatlas.go | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 5d6494cb3..8d38d97dd 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v0.31.0 -since-tag=v0.30.0 +future-release=v0.32.0 +since-tag=v0.31.0 date-format=%B %d, %Y base=CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d62bb59e..c4dd329ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v0.32.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.32.0) (July 28, 2023) + +[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.31.0...v0.32.0) + +**Breaking changes:** + +- fix: Removed omitempty from tags in ServerlessUpdateRequestParams [\#509](https://github.com/mongodb/go-client-mongodb-atlas/pull/509) ([cveticm](https://github.com/cveticm)) +- INTMDB-545!: add Azure support to cloudProviderAccess [\#507](https://github.com/mongodb/go-client-mongodb-atlas/pull/507) ([andreaangiolillo](https://github.com/andreaangiolillo)) + +**Merged pull requests:** + +- INTMDB-545: Update CloudProviderAccessService to support azure [\#508](https://github.com/mongodb/go-client-mongodb-atlas/pull/508) ([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) diff --git a/RELEASING.md b/RELEASING.md index 3cab4f056..c4d00c408 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -6,7 +6,9 @@ ## Generating CHANGELOG -Run: +1. Change future-release= and since-tag in .github_changelog_generator + +2. Run: ```bash github_changelog_generator -u mongodb -p go-client-mongodb-atlas diff --git a/mongodbatlas/mongodbatlas.go b/mongodbatlas/mongodbatlas.go index 672f330e3..696aa9200 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.31.0" + Version = "0.32.0" ) var (