Skip to content

Commit 80a3a1b

Browse files
authored
task: release prep (#268)
1 parent 840fb8a commit 80a3a1b

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-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.13.0
2-
since-tag=v0.12.0
1+
future-release=v0.14.0
2+
since-tag=v0.13.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

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

3+
## [v0.14.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.14.0) (November 18, 2021)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.13.0...v0.14.0)
6+
7+
**Breaking changes:**
8+
9+
- custom\_db\_role resource use \*string [\#264](https://github.com/mongodb/go-client-mongodb-atlas/pull/264) ([Freyert](https://github.com/Freyert))
10+
11+
**Closed issues:**
12+
13+
- undefined: io.Discard and io.ReadAll in latest code push [\#267](https://github.com/mongodb/go-client-mongodb-atlas/issues/267)
14+
- Can't provide customRole.actions\[\*\].resources\[\*\].collection as empty string [\#263](https://github.com/mongodb/go-client-mongodb-atlas/issues/263)
15+
16+
**Merged pull requests:**
17+
18+
- CLOUDP-105826: Update golangci-lint to 1.43 [\#266](https://github.com/mongodb/go-client-mongodb-atlas/pull/266) ([gssbzn](https://github.com/gssbzn))
19+
- INTMDB-270: Added 'withDefaultAlertsSettings' property to Project struct [\#265](https://github.com/mongodb/go-client-mongodb-atlas/pull/265) ([abner-dou](https://github.com/abner-dou))
20+
- chore\(deps\): bump github.com/go-test/deep from 1.0.7 to 1.0.8 [\#262](https://github.com/mongodb/go-client-mongodb-atlas/pull/262) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- INTMDB-239: added fields for cloud provider snapshot [\#261](https://github.com/mongodb/go-client-mongodb-atlas/pull/261) ([coderGo93](https://github.com/coderGo93))
22+
- INTMDB-260: Added for gcp features in private endpoints [\#260](https://github.com/mongodb/go-client-mongodb-atlas/pull/260) ([coderGo93](https://github.com/coderGo93))
23+
324
## [v0.13.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.13.0) (October 07, 2021)
425

526
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.12.0...v0.13.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.13.0"
44+
Version = "0.14.0"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)