Skip to content

Commit 44ada01

Browse files
authored
task: release 0.22.0 preparation (#354)
1 parent a75384b commit 44ada01

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.github_changelog_generator

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
future-release=v0.21.0
2-
since-tag=v0.20.0
1+
future-release=v0.22.0
2+
since-tag=v0.21.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [v0.22.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.22.0) (January 30, 2023)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.21.0...v0.22.0)
6+
7+
**Closed issues:**
8+
9+
- Issue calling CloudProviderSnapshotBackupPolicies Service [\#349](https://github.com/mongodb/go-client-mongodb-atlas/issues/349)
10+
11+
**Merged pull requests:**
12+
13+
- test: clean up shadow variables for constants [\#351](https://github.com/mongodb/go-client-mongodb-atlas/pull/351) ([gssbzn](https://github.com/gssbzn))
14+
- feat: add outage simulation [\#350](https://github.com/mongodb/go-client-mongodb-atlas/pull/350) ([gssbzn](https://github.com/gssbzn))
15+
- feat: add test failover method [\#343](https://github.com/mongodb/go-client-mongodb-atlas/pull/343) ([gssbzn](https://github.com/gssbzn))
16+
- chore\(deps\): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 [\#342](https://github.com/mongodb/go-client-mongodb-atlas/pull/342) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
318
## [v0.21.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.21.0) (January 09, 2023)
419

520
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.20.0...v0.21.0)

mongodbatlas/mongodbatlas.go

+1-1
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.21.0"
44+
Version = "0.22.0"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)