Skip to content

Commit

Permalink
INTMDB-813: 0.26.0 pre-release (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
maastha committed May 11, 2023
1 parent 52f3201 commit fc9a22b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
future-release=v0.25.0
since-tag=v0.24.0
future-release=v0.26.0
since-tag=v0.25.0
date-format=%B %d, %Y
base=CHANGELOG.md
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [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)

**Closed issues:**

- `setListOptions` does not include options from embedded `ListOptions` [\#381](https://github.com/mongodb/go-client-mongodb-atlas/issues/381)

**Merged pull requests:**

- 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))
- task: lower stale action permissions [\#469](https://github.com/mongodb/go-client-mongodb-atlas/pull/469) ([gssbzn](https://github.com/gssbzn))
- 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))
- 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))

## [v0.25.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.25.0) (April 17, 2023)

[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.24.0...v0.25.0)
Expand Down
2 changes: 1 addition & 1 deletion mongodbatlas/mongodbatlas.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.25.0"
Version = "0.26.0"
)

var (
Expand Down

0 comments on commit fc9a22b

Please sign in to comment.