Skip to content

Commit 2453b15

Browse files
INTMDB-825: 0.26.1 pre-release (#480)
1 parent 94881a2 commit 2453b15

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github_changelog_generator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
future-release=v0.26.0
2-
since-tag=v0.25.0
1+
future-release=v0.26.1
2+
since-tag=v0.26.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v0.26.1](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.26.1) (May 16, 2023)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.26.0...v0.26.1)
6+
7+
**Merged pull requests:**
8+
9+
- 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))
10+
- 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))
11+
312
## [v0.26.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.26.0) (May 11, 2023)
413

514
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.25.0...v0.26.0)

mongodbatlas/mongodbatlas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const (
4141
gzipMediaType = "application/gzip"
4242
libraryName = "go-mongodbatlas"
4343
// Version the version of the current API client. Should be set to the next version planned to be released.
44-
Version = "0.26.0"
44+
Version = "0.26.1"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)