Skip to content

Commit 4f7d48f

Browse files
task: release prep for 0.21.0 (#341)
1 parent 9d0c8c4 commit 4f7d48f

File tree

3 files changed

+23
-3
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [v0.21.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.21.0) (January 09, 2023)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.20.0...v0.21.0)
6+
7+
**Breaking changes:**
8+
9+
- fix: fixes ldap config to allow PATCH [\#340](https://github.com/mongodb/go-client-mongodb-atlas/pull/340) ([gssbzn](https://github.com/gssbzn))
10+
11+
**Closed issues:**
12+
13+
- Unable to set the "authenticationEnabled" = false using the client.LDAPConfigurations.Save\(\) [\#339](https://github.com/mongodb/go-client-mongodb-atlas/issues/339)
14+
15+
**Merged pull requests:**
16+
17+
- chore\(deps\): bump actions/stale from 6 to 7 [\#338](https://github.com/mongodb/go-client-mongodb-atlas/pull/338) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- Add global cluster support for advanced cluster [\#337](https://github.com/mongodb/go-client-mongodb-atlas/pull/337) ([Sugar-pack](https://github.com/Sugar-pack))
19+
- INTMDB-400: Empty struct to delete backup distribution configuration [\#336](https://github.com/mongodb/go-client-mongodb-atlas/pull/336) ([martinstibbe](https://github.com/martinstibbe))
20+
- CLOUDP-149874: export jobs should use exportID as per docs [\#335](https://github.com/mongodb/go-client-mongodb-atlas/pull/335) ([matt-condon](https://github.com/matt-condon))
21+
- INTMDB-454: Add support for root query to get org\_id from API Key used in Terraform [\#333](https://github.com/mongodb/go-client-mongodb-atlas/pull/333) ([martinstibbe](https://github.com/martinstibbe))
22+
323
## [v0.20.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.20.0) (December 16, 2022)
424

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

4747
var (

0 commit comments

Comments
 (0)