Skip to content

Commit 6bab78a

Browse files
authored
task: release v0.16.0 preparations (#292)
1 parent 0a87693 commit 6bab78a

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.15.0
2-
since-tag=v0.14.0
1+
future-release=v0.16.0
2+
since-tag=v0.15.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.16.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.16.0) (May 10, 2022)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.15.0...v0.16.0)
6+
7+
**Merged pull requests:**
8+
9+
- CLOUDP-118714 add IsTimeoutErr func [\#291](https://github.com/mongodb/go-client-mongodb-atlas/pull/291) ([tibulca](https://github.com/tibulca))
10+
- feat: add useOrgAndGroupNamesInExportPrefix to snapshot shcedule [\#290](https://github.com/mongodb/go-client-mongodb-atlas/pull/290) ([gssbzn](https://github.com/gssbzn))
11+
- feat: add support to export snapshots on backup policies [\#289](https://github.com/mongodb/go-client-mongodb-atlas/pull/289) ([trunet](https://github.com/trunet))
12+
- chore\(deps\): bump actions/setup-go from 2 to 3 [\#288](https://github.com/mongodb/go-client-mongodb-atlas/pull/288) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
- CLOUDP-118028: \[atlascli\] Allow to list and edit project settings [\#287](https://github.com/mongodb/go-client-mongodb-atlas/pull/287) ([andreaangiolillo](https://github.com/andreaangiolillo))
14+
- feat: add ready for cutover field to live migrations [\#286](https://github.com/mongodb/go-client-mongodb-atlas/pull/286) ([gssbzn](https://github.com/gssbzn))
15+
- task: add go 1.18 to the test matrix [\#285](https://github.com/mongodb/go-client-mongodb-atlas/pull/285) ([gssbzn](https://github.com/gssbzn))
16+
- INTMDB-311: Feature Add: Prometheus and Microsoft Team to the Third Party Integration Settings [\#284](https://github.com/mongodb/go-client-mongodb-atlas/pull/284) ([martinstibbe](https://github.com/martinstibbe))
17+
- chore\(deps\): bump actions/cache from 2 to 3 [\#283](https://github.com/mongodb/go-client-mongodb-atlas/pull/283) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- chore\(deps\): bump actions/checkout from 2 to 3 [\#282](https://github.com/mongodb/go-client-mongodb-atlas/pull/282) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
- CLOUDP-114669: Automatically add trailing slash to the URL [\#281](https://github.com/mongodb/go-client-mongodb-atlas/pull/281) ([igor-karpukhin](https://github.com/igor-karpukhin))
20+
- chore\(deps\): bump golangci/golangci-lint-action from 2 to 3.1.0 [\#280](https://github.com/mongodb/go-client-mongodb-atlas/pull/280) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- INTMDB-299: Added snapshot export jobs support [\#279](https://github.com/mongodb/go-client-mongodb-atlas/pull/279) ([abner-dou](https://github.com/abner-dou))
22+
323
## [v0.15.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.15.0) (February 09, 2022)
424

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

4747
var (

0 commit comments

Comments
 (0)