Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.21.0
since-tag=v0.20.0
future-release=v0.22.0
since-tag=v0.21.0
date-format=%B %d, %Y
base=CHANGELOG.md
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v0.22.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.22.0) (January 30, 2023)

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

**Closed issues:**

- Issue calling CloudProviderSnapshotBackupPolicies Service [\#349](https://github.com/mongodb/go-client-mongodb-atlas/issues/349)

**Merged pull requests:**

- test: clean up shadow variables for constants [\#351](https://github.com/mongodb/go-client-mongodb-atlas/pull/351) ([gssbzn](https://github.com/gssbzn))
- feat: add outage simulation [\#350](https://github.com/mongodb/go-client-mongodb-atlas/pull/350) ([gssbzn](https://github.com/gssbzn))
- feat: add test failover method [\#343](https://github.com/mongodb/go-client-mongodb-atlas/pull/343) ([gssbzn](https://github.com/gssbzn))
- 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))

## [v0.21.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.21.0) (January 09, 2023)

[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.20.0...v0.21.0)
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.21.0"
Version = "0.22.0"
)

var (
Expand Down