From 86af0233700670473ac285346a0d1a91dc63971d Mon Sep 17 00:00:00 2001 From: Gustavo Bazan Date: Wed, 1 Mar 2023 11:31:12 +0000 Subject: [PATCH] task: release 0.23.1 prep (#395) --- .github_changelog_generator | 4 ++-- CHANGELOG.md | 8 ++++++++ mongodbatlas/mongodbatlas.go | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index e9e4b5a8c..27e0d1886 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v0.23.0 -since-tag=v0.22.0 +future-release=v0.23.1 +since-tag=v0.23.0 date-format=%B %d, %Y base=CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index fb295b844..a5cb399f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.23.1](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.23.1) (March 01, 2023) + +[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.23.0...v0.23.1) + +**Breaking changes:** + +- fix: make org owner optional [\#393](https://github.com/mongodb/go-client-mongodb-atlas/pull/393) ([gssbzn](https://github.com/gssbzn)) + ## [v0.23.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.23.0) (February 23, 2023) [Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.22.0...v0.23.0) diff --git a/mongodbatlas/mongodbatlas.go b/mongodbatlas/mongodbatlas.go index ebd23149e..e7a32dcff 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.23.0" + Version = "0.23.1" ) var (