From 2453b15ad7130bfedba6c070df0eb233c74e4e59 Mon Sep 17 00:00:00 2001 From: Andrea Angiolillo Date: Tue, 16 May 2023 12:25:45 +0100 Subject: [PATCH] INTMDB-825: 0.26.1 pre-release (#480) --- .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 b1d6501e8..09bf4087d 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,4 @@ -future-release=v0.26.0 -since-tag=v0.25.0 +future-release=v0.26.1 +since-tag=v0.26.0 date-format=%B %d, %Y base=CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 91600425b..e53b28a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.26.1](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.26.1) (May 16, 2023) + +[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.26.0...v0.26.1) + +**Merged pull requests:** + +- INTMDB-801: Add Missing fields in the data federation store struct [\#478](https://github.com/mongodb/go-client-mongodb-atlas/pull/478) ([andreaangiolillo](https://github.com/andreaangiolillo)) +- INTMDB-801: Add State and Hostnames fields to Data Federation [\#477](https://github.com/mongodb/go-client-mongodb-atlas/pull/477) ([andreaangiolillo](https://github.com/andreaangiolillo)) + ## [v0.26.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.26.0) (May 11, 2023) [Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.25.0...v0.26.0) diff --git a/mongodbatlas/mongodbatlas.go b/mongodbatlas/mongodbatlas.go index f81d98434..c7e8ed601 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.26.0" + Version = "0.26.1" ) var (