Skip to content

Commit 31fde60

Browse files
authored
task: release preparation (#390)
1 parent 774bf48 commit 31fde60

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-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.22.0
2-
since-tag=v0.21.0
1+
future-release=v0.23.0
2+
since-tag=v0.22.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

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

3+
## [v0.23.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.23.0) (February 23, 2023)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.22.0...v0.23.0)
6+
7+
**Closed issues:**
8+
9+
- CloudQuery Source Plugin? [\#375](https://github.com/mongodb/go-client-mongodb-atlas/issues/375)
10+
11+
**Merged pull requests:**
12+
13+
- feat: add org creation endpoint [\#387](https://github.com/mongodb/go-client-mongodb-atlas/pull/387) ([gssbzn](https://github.com/gssbzn))
14+
- task: update linter version [\#384](https://github.com/mongodb/go-client-mongodb-atlas/pull/384) ([gssbzn](https://github.com/gssbzn))
15+
- CLOUDP-156187: change owners team to apix-1 [\#367](https://github.com/mongodb/go-client-mongodb-atlas/pull/367) ([wtrocki](https://github.com/wtrocki))
16+
317
## [v0.22.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.22.0) (January 30, 2023)
418

519
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.21.0...v0.22.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.22.0"
44+
Version = "0.23.0"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)