From f3bc4ecfb4236068ecb7b647bb8b29801ab51cb1 Mon Sep 17 00:00:00 2001 From: Andrea Angiolillo Date: Mon, 3 Jul 2023 16:17:28 +0200 Subject: [PATCH] v0.30 release prep (#504) --- .github_changelog_generator | 4 ++-- CHANGELOG.md | 14 ++++++++++++++ mongodbatlas/mongodbatlas.go | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 5129fc1a..e9e84034 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v0.29.0 -since-tag=v0.28.0 +future-release=v0.30.0 +since-tag=v0.29.0 date-format=%B %d, %Y base=CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a765016..a2f46cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [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) + +**Merged pull requests:** + +- INTMDB-838: Add FederationSettingsId to org [\#503](https://github.com/mongodb/go-client-mongodb-atlas/pull/503) ([andreaangiolillo](https://github.com/andreaangiolillo)) +- INTMDB-828: Add Schedule Parameter to Online Archive [\#502](https://github.com/mongodb/go-client-mongodb-atlas/pull/502) ([andreaangiolillo](https://github.com/andreaangiolillo)) +- INTMDB-874: Support transactionLifetimeLimitSeconds parameter in Cluster and Advanced Cluser [\#501](https://github.com/mongodb/go-client-mongodb-atlas/pull/501) ([andreaangiolillo](https://github.com/andreaangiolillo)) +- INTMDB-137: Fix output of CloudProviderAccessService.GetRole [\#500](https://github.com/mongodb/go-client-mongodb-atlas/pull/500) ([andreaangiolillo](https://github.com/andreaangiolillo)) +- CLOUDP-185079: notify users about new SDK [\#499](https://github.com/mongodb/go-client-mongodb-atlas/pull/499) ([wtrocki](https://github.com/wtrocki)) +- INTMDB-137: Add Get Role to CloudProviderAccessService [\#498](https://github.com/mongodb/go-client-mongodb-atlas/pull/498) ([andreaangiolillo](https://github.com/andreaangiolillo)) +- chore\(deps\): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 [\#497](https://github.com/mongodb/go-client-mongodb-atlas/pull/497) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [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) diff --git a/mongodbatlas/mongodbatlas.go b/mongodbatlas/mongodbatlas.go index 2ef5669a..51cddd4e 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.29.0" + Version = "0.30.0" ) var (