Skip to content

Commit

Permalink
release prep version 0.36.0 (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosuma committed Nov 22, 2023
1 parent 9505939 commit d64f483
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github_changelog_generator
@@ -1,4 +1,4 @@
future-release=v0.35.0
since-tag=v0.34.0
future-release=v0.36.0
since-tag=v0.35.0
date-format=%B %d, %Y
base=CHANGELOG.md
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## [v0.36.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.36.0) (November 22, 2023)

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

**Merged pull requests:**

- feat: adds fields to backup\_compliance\_policy. [\#523](https://github.com/mongodb/go-client-mongodb-atlas/pull/523) ([marcosuma](https://github.com/marcosuma))
- chore: Updates release doc [\#522](https://github.com/mongodb/go-client-mongodb-atlas/pull/522) ([lantoli](https://github.com/lantoli))

## [v0.35.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.35.0) (October 31, 2023)

[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.34.0...v0.35.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 of the current API client. Should be set to the next version planned to be released.
Version = "0.35.0"
Version = "0.36.0"
)

var (
Expand Down

0 comments on commit d64f483

Please sign in to comment.