Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release prep version 0.34.0 #517

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.33.0
since-tag=v0.32.0
future-release=v0.34.0
since-tag=v0.33.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.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)

**Merged pull requests:**

- feat: add notifierId parameter in alert configuration notifications [\#516](https://github.com/mongodb/go-client-mongodb-atlas/pull/516) ([AgustinBettati](https://github.com/AgustinBettati))
- chore\(deps\): bump actions/checkout from 3 to 4 [\#515](https://github.com/mongodb/go-client-mongodb-atlas/pull/515) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 [\#514](https://github.com/mongodb/go-client-mongodb-atlas/pull/514) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v0.33.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.33.0) (August 14, 2023)

[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.32.0...v0.33.0)
Expand Down
4 changes: 2 additions & 2 deletions mongodbatlas/mongodbatlas.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const (
plainMediaType = "text/plain"
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.33.0"
// Version of the current API client. Should be set to the next version planned to be released.
Version = "0.34.0"
)

var (
Expand Down
Loading