Skip to content

Commit fc9a22b

Browse files
authored
INTMDB-813: 0.26.0 pre-release (#474)
1 parent 52f3201 commit fc9a22b

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-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.25.0
2-
since-tag=v0.24.0
1+
future-release=v0.26.0
2+
since-tag=v0.25.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

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

3+
## [v0.26.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.26.0) (May 11, 2023)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.25.0...v0.26.0)
6+
7+
**Closed issues:**
8+
9+
- `setListOptions` does not include options from embedded `ListOptions` [\#381](https://github.com/mongodb/go-client-mongodb-atlas/issues/381)
10+
11+
**Merged pull requests:**
12+
13+
- INTMDB-801: Add Data Federation to the go client [\#472](https://github.com/mongodb/go-client-mongodb-atlas/pull/472) ([andreaangiolillo](https://github.com/andreaangiolillo))
14+
- task: lower stale action permissions [\#469](https://github.com/mongodb/go-client-mongodb-atlas/pull/469) ([gssbzn](https://github.com/gssbzn))
15+
- test: update actions to use the new go action values [\#468](https://github.com/mongodb/go-client-mongodb-atlas/pull/468) ([gssbzn](https://github.com/gssbzn))
16+
- Revert "CLOUDP-169104: Fix encoding for AWS IAM usernames \(\#452\)" [\#465](https://github.com/mongodb/go-client-mongodb-atlas/pull/465) ([matt-condon](https://github.com/matt-condon))
17+
318
## [v0.25.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.25.0) (April 17, 2023)
419

520
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.24.0...v0.25.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.25.0"
44+
Version = "0.26.0"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)