Skip to content

Commit

Permalink
v0.29.0 pre-release (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo committed Jun 9, 2023
1 parent ef66644 commit 3f481b0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github_changelog_generator
@@ -1,4 +1,4 @@
future-release=v0.28.0
since-tag=v0.27.0
future-release=v0.29.0
since-tag=v0.28.0
date-format=%B %d, %Y
base=CHANGELOG.md
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [v0.29.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.29.0) (June 09, 2023)

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

**Breaking changes:**

- INTMDB-781: Query Parameter Add: retainBackups in Cluster and Advanced\_Cluster [\#493](https://github.com/mongodb/go-client-mongodb-atlas/pull/493) ([andreaangiolillo](https://github.com/andreaangiolillo))

**Merged pull requests:**

- INTMDB-860: \[GO SDK\] Add missing endpoint to organization resource [\#495](https://github.com/mongodb/go-client-mongodb-atlas/pull/495) ([andreaangiolillo](https://github.com/andreaangiolillo))

## [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)
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.28.0"
Version = "0.29.0"
)

var (
Expand Down

0 comments on commit 3f481b0

Please sign in to comment.