Skip to content

Commit

Permalink
INTMDB-707: 0.24.0 prep (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo authored Mar 27, 2023
1 parent 333af23 commit ed01874
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.23.2
since-tag=v0.23.1
future-release=v0.24.0
since-tag=v0.23.2
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.24.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.24.0) (March 27, 2023)

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

**Merged pull requests:**

- fix: add way to manually dispatch master branch [\#435](https://github.com/mongodb/go-client-mongodb-atlas/pull/435) ([wtrocki](https://github.com/wtrocki))
- INTMDB-648: Add CollectionType support [\#432](https://github.com/mongodb/go-client-mongodb-atlas/pull/432) ([martinstibbe](https://github.com/martinstibbe))
- Rename automation PR [\#431](https://github.com/mongodb/go-client-mongodb-atlas/pull/431) ([wtrocki](https://github.com/wtrocki))

## [v0.23.2](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.23.2) (March 23, 2023)

[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.23.1...v0.23.2)
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 the version of the current API client. Should be set to the next version planned to be released.
Version = "0.23.2"
Version = "0.24.0"
)

var (
Expand Down

0 comments on commit ed01874

Please sign in to comment.