From c938f63228d26ca91728f7674b8d58d104735945 Mon Sep 17 00:00:00 2001 From: Gustavo Bazan Date: Tue, 2 Feb 2021 18:44:23 +0000 Subject: [PATCH] INTMDB-178: v0.7.2 Release prep (#180) --- .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 16b712a32..611036c05 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v0.7.1 -since-tag=v0.7.0 +future-release=v0.7.2 +since-tag=v0.7.1 date-format=%B %d, %Y base=CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec41b5ca..ee29c3fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v0.7.2](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.7.2) (February 02, 2021) + +[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.7.1...v0.7.2) + +**Merged pull requests:** + +- INTMDB-175: Added azure status in endpoint service [\#179](https://github.com/mongodb/go-client-mongodb-atlas/pull/179) ([coderGo93](https://github.com/coderGo93)) + +# Changelog + ## [v0.7.1](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.7.1) (January 27, 2021) [Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.7.0...v0.7.1) diff --git a/mongodbatlas/mongodbatlas.go b/mongodbatlas/mongodbatlas.go index 61e14df4c..02743f7da 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.7.1" + Version = "0.7.2" ) var (