From a42e2231cd7a93caad678c9936c7427600334ac9 Mon Sep 17 00:00:00 2001 From: Andrea Angiolillo Date: Tue, 10 Aug 2021 10:48:51 +0200 Subject: [PATCH] task: release 0.11.0 prep (#238) --- .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 bcb1cf6a1..4e0241216 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v0.10.1 -since-tag=v0.10.0 +future-release=v0.11.0 +since-tag=v0.10.1 date-format=%B %d, %Y base=CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b47d0b4f2..4b386a843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.11.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.11.0) (August 10, 2021) + +[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.10.1...v0.11.0) + +**Merged pull requests:** + +- Adding AutoDefer method to automatically defer any maintenance [\#237](https://github.com/mongodb/go-client-mongodb-atlas/pull/237) ([vgarcia-te](https://github.com/vgarcia-te)) +- CLOUDP-96138: Add serverless to the atlas go client [\#236](https://github.com/mongodb/go-client-mongodb-atlas/pull/236) ([andreaangiolillo](https://github.com/andreaangiolillo)) + ## [v0.10.1](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.10.1) (July 09, 2021) [Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.10.0...v0.10.1) diff --git a/mongodbatlas/mongodbatlas.go b/mongodbatlas/mongodbatlas.go index d6ba4cc5d..027e39847 100644 --- a/mongodbatlas/mongodbatlas.go +++ b/mongodbatlas/mongodbatlas.go @@ -42,7 +42,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.10.1" + Version = "0.11.0" ) var (