Skip to content

Commit 6d03b43

Browse files
authored
task: release prep for 0.20.0 (#334)
1 parent 20369e9 commit 6d03b43

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-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.19.0
2-
since-tag=v0.18.0
1+
future-release=v0.20.0
2+
since-tag=v0.19.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

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

3+
## [v0.20.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.20.0) (December 16, 2022)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.19.0...v0.20.0)
6+
7+
**Merged pull requests:**
8+
9+
- Added missing fields 'Links', 'CopySettings' and 'DeleteCopiedBackups… [\#332](https://github.com/mongodb/go-client-mongodb-atlas/pull/332) ([sangramPeerI](https://github.com/sangramPeerI))
10+
- CLOUDP-149874: export jobs should use exportJobID [\#331](https://github.com/mongodb/go-client-mongodb-atlas/pull/331) ([matt-condon](https://github.com/matt-condon))
11+
- chore\(deps\): bump github.com/go-test/deep from 1.0.8 to 1.1.0 [\#330](https://github.com/mongodb/go-client-mongodb-atlas/pull/330) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- fix: change wrong variable name on cluster update test to avoid misu… [\#328](https://github.com/mongodb/go-client-mongodb-atlas/pull/328) ([atileren](https://github.com/atileren))
13+
- chore\(deps\): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 [\#327](https://github.com/mongodb/go-client-mongodb-atlas/pull/327) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
315
## [v0.19.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.19.0) (November 11, 2022)
416

517
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.18.0...v0.19.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.19.0"
44+
Version = "0.20.0"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)