Skip to content

Commit 45637d0

Browse files
authored
CLOUDP-179714: 0.27.0 pre-release (#490)
1 parent 7389eac commit 45637d0

File tree

3 files changed

+17
-3
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [v0.27.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.27.0) (May 29, 2023)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.26.1...v0.27.0)
6+
7+
**Merged pull requests:**
8+
9+
- CLOUDP-179698 Add tags to advanced clusters [\#489](https://github.com/mongodb/go-client-mongodb-atlas/pull/489) ([fmenezes](https://github.com/fmenezes))
10+
- CLOUDP-179698 Add tags to clusters [\#488](https://github.com/mongodb/go-client-mongodb-atlas/pull/488) ([fmenezes](https://github.com/fmenezes))
11+
- INTMDB-805: Add support for Pipeline Run [\#485](https://github.com/mongodb/go-client-mongodb-atlas/pull/485) ([andreaangiolillo](https://github.com/andreaangiolillo))
12+
- INTMDB-804: struct fixes [\#483](https://github.com/mongodb/go-client-mongodb-atlas/pull/483) ([andreaangiolillo](https://github.com/andreaangiolillo))
13+
- INTMDB-804: Add Data lakes pipeline support [\#482](https://github.com/mongodb/go-client-mongodb-atlas/pull/482) ([andreaangiolillo](https://github.com/andreaangiolillo))
14+
- INTMDB-802: Add Data Federation Query Limit [\#475](https://github.com/mongodb/go-client-mongodb-atlas/pull/475) ([maastha](https://github.com/maastha))
15+
- CLOUDP-175576: Remove v2 SDKs mentions from master [\#473](https://github.com/mongodb/go-client-mongodb-atlas/pull/473) ([wtrocki](https://github.com/wtrocki))
16+
317
## [v0.26.1](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.26.1) (May 16, 2023)
418

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

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.1"
44+
Version = "0.27.0"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)