Skip to content

Commit

Permalink
CLOUDP-179719 v0.28.0 pre-release (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes committed May 29, 2023
1 parent f979068 commit f3df93d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github_changelog_generator
@@ -1,4 +1,4 @@
future-release=v0.27.0
since-tag=v0.26.1
future-release=v0.28.0
since-tag=v0.27.0
date-format=%B %d, %Y
base=CHANGELOG.md
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

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

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

**Merged pull requests:**

- CLOUDP-179698 Add tags to serverless [\#491](https://github.com/mongodb/go-client-mongodb-atlas/pull/491) ([fmenezes](https://github.com/fmenezes))

## [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)
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.27.0"
Version = "0.28.0"
)

var (
Expand Down

0 comments on commit f3df93d

Please sign in to comment.