From cb24f8382edc95c3cb4a9a875b63682c0cf888f6 Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:04:59 +0100 Subject: [PATCH] release prep version 0.35.0 (#521) --- .github_changelog_generator | 4 ++-- CHANGELOG.md | 10 ++++++++++ mongodbatlas/mongodbatlas.go | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 4eb7f9bd..abccadbc 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v0.34.0 -since-tag=v0.33.0 +future-release=v0.35.0 +since-tag=v0.34.0 date-format=%B %d, %Y base=CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e1083de6..2e130380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [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) + +**Merged pull requests:** + +- chore: Uses go.mod version in Github Action instead of a specific version [\#520](https://github.com/mongodb/go-client-mongodb-atlas/pull/520) ([lantoli](https://github.com/lantoli)) +- chore: Updates to Go 1.20 and creates .tool-versions [\#519](https://github.com/mongodb/go-client-mongodb-atlas/pull/519) ([lantoli](https://github.com/lantoli)) +- feat: Adds acceptDataRisksAndForceReplicaSetReconfig parameter in cluster and advanced cluster [\#518](https://github.com/mongodb/go-client-mongodb-atlas/pull/518) ([lantoli](https://github.com/lantoli)) + ## [v0.34.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.34.0) (October 11, 2023) [Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.33.0...v0.34.0) diff --git a/mongodbatlas/mongodbatlas.go b/mongodbatlas/mongodbatlas.go index 1df7862d..90fc986f 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.34.0" + Version = "0.35.0" ) var (