Skip to content

Commit 354f5e2

Browse files
release prep version 0.34.0 (#517)
1 parent bca25ca commit 354f5e2

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.github_changelog_generator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
future-release=v0.33.0
2-
since-tag=v0.32.0
1+
future-release=v0.34.0
2+
since-tag=v0.33.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v0.34.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.34.0) (October 11, 2023)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.33.0...v0.34.0)
6+
7+
**Merged pull requests:**
8+
9+
- feat: add notifierId parameter in alert configuration notifications [\#516](https://github.com/mongodb/go-client-mongodb-atlas/pull/516) ([AgustinBettati](https://github.com/AgustinBettati))
10+
- 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))
11+
- 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))
12+
313
## [v0.33.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.33.0) (August 14, 2023)
414

515
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.32.0...v0.33.0)

mongodbatlas/mongodbatlas.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ const (
4040
plainMediaType = "text/plain"
4141
gzipMediaType = "application/gzip"
4242
libraryName = "go-mongodbatlas"
43-
// Version the version of the current API client. Should be set to the next version planned to be released.
44-
Version = "0.33.0"
43+
// Version of the current API client. Should be set to the next version planned to be released.
44+
Version = "0.34.0"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)