From d64f483f3c41908a592230ef92ea7912e614d423 Mon Sep 17 00:00:00 2001 From: Marco Suma Date: Wed, 22 Nov 2023 16:56:57 +0100 Subject: [PATCH] release prep version 0.36.0 (#524) --- .github_changelog_generator | 4 ++-- CHANGELOG.md | 9 +++++++++ mongodbatlas/mongodbatlas.go | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index abccadbc..f4da4a28 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v0.35.0 -since-tag=v0.34.0 +future-release=v0.36.0 +since-tag=v0.35.0 date-format=%B %d, %Y base=CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e130380..b80233ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.36.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.36.0) (November 22, 2023) + +[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.35.0...v0.36.0) + +**Merged pull requests:** + +- feat: adds fields to backup\_compliance\_policy. [\#523](https://github.com/mongodb/go-client-mongodb-atlas/pull/523) ([marcosuma](https://github.com/marcosuma)) +- chore: Updates release doc [\#522](https://github.com/mongodb/go-client-mongodb-atlas/pull/522) ([lantoli](https://github.com/lantoli)) + ## [v0.35.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.35.0) (October 31, 2023) [Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.34.0...v0.35.0) diff --git a/mongodbatlas/mongodbatlas.go b/mongodbatlas/mongodbatlas.go index 90fc986f..7efc9067 100644 --- a/mongodbatlas/mongodbatlas.go +++ b/mongodbatlas/mongodbatlas.go @@ -41,7 +41,7 @@ const ( gzipMediaType = "application/gzip" libraryName = "go-mongodbatlas" // Version of the current API client. Should be set to the next version planned to be released. - Version = "0.35.0" + Version = "0.36.0" ) var (