Skip to content

Commit b556933

Browse files
task: Release 0.19.0 prep (#326)
1 parent f9f8ebe commit b556933

File tree

3 files changed

+21
-3
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [v0.19.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.19.0) (November 11, 2022)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.18.0...v0.19.0)
6+
7+
**Breaking changes:**
8+
9+
- task: drop support for 1.17 [\#323](https://github.com/mongodb/go-client-mongodb-atlas/pull/323) ([gssbzn](https://github.com/gssbzn))
10+
11+
**Merged pull requests:**
12+
13+
- INTMDB-444 Add support for terminationProtectionEnabled flag [\#325](https://github.com/mongodb/go-client-mongodb-atlas/pull/325) ([martinstibbe](https://github.com/martinstibbe))
14+
- CLOUDP-143634: Add analyticsAutoScaling to advanced cluster atlas go client [\#324](https://github.com/mongodb/go-client-mongodb-atlas/pull/324) ([andreaangiolillo](https://github.com/andreaangiolillo))
15+
- chore\(deps\): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 [\#322](https://github.com/mongodb/go-client-mongodb-atlas/pull/322) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
- chore\(deps\): bump github.com/openlyinc/pointy from 1.1.2 to 1.2.0 [\#321](https://github.com/mongodb/go-client-mongodb-atlas/pull/321) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
- INTMDB-373: Add support for Webhook and MicrosoftTeamsWebhookURL Notifications [\#320](https://github.com/mongodb/go-client-mongodb-atlas/pull/320) ([martinstibbe](https://github.com/martinstibbe))
18+
- CLOUDP-141434: Add RootCertType to the atlas go client [\#319](https://github.com/mongodb/go-client-mongodb-atlas/pull/319) ([andreaangiolillo](https://github.com/andreaangiolillo))
19+
- CLOUDP-79100: Autoclose stale issues and PRs [\#318](https://github.com/mongodb/go-client-mongodb-atlas/pull/318) ([andreaangiolillo](https://github.com/andreaangiolillo))
20+
321
## [v0.18.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.18.0) (October 17, 2022)
422

523
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.17.0...v0.18.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.18.0"
44+
Version = "0.19.0"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)