Skip to content

Commit

Permalink
release prep version 0.35.0 (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli authored Oct 31, 2023
1 parent 4cc6f1e commit cb24f83
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
future-release=v0.34.0
since-tag=v0.33.0
future-release=v0.35.0
since-tag=v0.34.0
date-format=%B %d, %Y
base=CHANGELOG.md
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [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)

**Merged pull requests:**

- chore: Uses go.mod version in Github Action instead of a specific version [\#520](https://github.com/mongodb/go-client-mongodb-atlas/pull/520) ([lantoli](https://github.com/lantoli))
- chore: Updates to Go 1.20 and creates .tool-versions [\#519](https://github.com/mongodb/go-client-mongodb-atlas/pull/519) ([lantoli](https://github.com/lantoli))
- feat: Adds acceptDataRisksAndForceReplicaSetReconfig parameter in cluster and advanced cluster [\#518](https://github.com/mongodb/go-client-mongodb-atlas/pull/518) ([lantoli](https://github.com/lantoli))

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

[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.33.0...v0.34.0)
Expand Down
2 changes: 1 addition & 1 deletion mongodbatlas/mongodbatlas.go
Original file line number Diff line number Diff line change
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.34.0"
Version = "0.35.0"
)

var (
Expand Down

0 comments on commit cb24f83

Please sign in to comment.