Skip to content

Commit ed01874

Browse files
INTMDB-707: 0.24.0 prep (#437)
1 parent 333af23 commit ed01874

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-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.23.2
2-
since-tag=v0.23.1
1+
future-release=v0.24.0
2+
since-tag=v0.23.2
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.24.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.24.0) (March 27, 2023)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.23.2...v0.24.0)
6+
7+
**Merged pull requests:**
8+
9+
- fix: add way to manually dispatch master branch [\#435](https://github.com/mongodb/go-client-mongodb-atlas/pull/435) ([wtrocki](https://github.com/wtrocki))
10+
- INTMDB-648: Add CollectionType support [\#432](https://github.com/mongodb/go-client-mongodb-atlas/pull/432) ([martinstibbe](https://github.com/martinstibbe))
11+
- Rename automation PR [\#431](https://github.com/mongodb/go-client-mongodb-atlas/pull/431) ([wtrocki](https://github.com/wtrocki))
12+
313
## [v0.23.2](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.23.2) (March 23, 2023)
414

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

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.23.2"
44+
Version = "0.24.0"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)