Skip to content

Commit

Permalink
task: Release 0.19.0 prep (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo committed Nov 11, 2022
1 parent f9f8ebe commit b556933
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
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.18.0
since-tag=v0.17.0
future-release=v0.19.0
since-tag=v0.18.0
date-format=%B %d, %Y
base=CHANGELOG.md
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v0.19.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.19.0) (November 11, 2022)

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

**Breaking changes:**

- task: drop support for 1.17 [\#323](https://github.com/mongodb/go-client-mongodb-atlas/pull/323) ([gssbzn](https://github.com/gssbzn))

**Merged pull requests:**

- INTMDB-444 Add support for terminationProtectionEnabled flag [\#325](https://github.com/mongodb/go-client-mongodb-atlas/pull/325) ([martinstibbe](https://github.com/martinstibbe))
- 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))
- 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))
- 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))
- 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))
- 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))
- CLOUDP-79100: Autoclose stale issues and PRs [\#318](https://github.com/mongodb/go-client-mongodb-atlas/pull/318) ([andreaangiolillo](https://github.com/andreaangiolillo))

## [v0.18.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.18.0) (October 17, 2022)

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

var (
Expand Down

0 comments on commit b556933

Please sign in to comment.