Skip to content

Commit 87f15e7

Browse files
release prep 0.33 (#513)
1 parent 2c69dd3 commit 87f15e7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
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.32.0
2-
since-tag=v0.31.0
1+
future-release=v0.33.0
2+
since-tag=v0.32.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

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

3+
## [v0.33.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.33.0) (August 14, 2023)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.32.0...v0.33.0)
6+
7+
**Merged pull requests:**
8+
9+
- INTMDB-931: Add support for OIDCAuthType to database user [\#512](https://github.com/mongodb/go-client-mongodb-atlas/pull/512) ([andreaangiolillo](https://github.com/andreaangiolillo))
10+
311
## [v0.32.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.32.0) (July 28, 2023)
412

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

mongodbatlas/mongodbatlas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const (
4141
gzipMediaType = "application/gzip"
4242
libraryName = "go-mongodbatlas"
4343
// Version the version of the current API client. Should be set to the next version planned to be released.
44-
Version = "0.32.0"
44+
Version = "0.33.0"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)