Skip to content

Commit

Permalink
CLOUDP-179714: 0.27.0 pre-release (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes committed May 29, 2023
1 parent 7389eac commit 45637d0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github_changelog_generator
@@ -1,4 +1,4 @@
future-release=v0.26.1
since-tag=v0.26.0
future-release=v0.27.0
since-tag=v0.26.1
date-format=%B %d, %Y
base=CHANGELOG.md
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

## [v0.27.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.27.0) (May 29, 2023)

[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.26.1...v0.27.0)

**Merged pull requests:**

- CLOUDP-179698 Add tags to advanced clusters [\#489](https://github.com/mongodb/go-client-mongodb-atlas/pull/489) ([fmenezes](https://github.com/fmenezes))
- CLOUDP-179698 Add tags to clusters [\#488](https://github.com/mongodb/go-client-mongodb-atlas/pull/488) ([fmenezes](https://github.com/fmenezes))
- INTMDB-805: Add support for Pipeline Run [\#485](https://github.com/mongodb/go-client-mongodb-atlas/pull/485) ([andreaangiolillo](https://github.com/andreaangiolillo))
- INTMDB-804: struct fixes [\#483](https://github.com/mongodb/go-client-mongodb-atlas/pull/483) ([andreaangiolillo](https://github.com/andreaangiolillo))
- INTMDB-804: Add Data lakes pipeline support [\#482](https://github.com/mongodb/go-client-mongodb-atlas/pull/482) ([andreaangiolillo](https://github.com/andreaangiolillo))
- INTMDB-802: Add Data Federation Query Limit [\#475](https://github.com/mongodb/go-client-mongodb-atlas/pull/475) ([maastha](https://github.com/maastha))
- CLOUDP-175576: Remove v2 SDKs mentions from master [\#473](https://github.com/mongodb/go-client-mongodb-atlas/pull/473) ([wtrocki](https://github.com/wtrocki))

## [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)
Expand Down
2 changes: 1 addition & 1 deletion mongodbatlas/mongodbatlas.go
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.26.1"
Version = "0.27.0"
)

var (
Expand Down

0 comments on commit 45637d0

Please sign in to comment.