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.31.0
since-tag=v0.30.0
future-release=v0.32.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please check if this should be 0.33.0?
Maybe this is why you had this issue: I followed the official release process but got some strange results. with duplicated version

since-tag=v0.31.0
date-format=%B %d, %Y
base=CHANGELOG.md
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v0.32.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.32.0) (July 28, 2023)

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

**Breaking changes:**

- fix: Removed omitempty from tags in ServerlessUpdateRequestParams [\#509](https://github.com/mongodb/go-client-mongodb-atlas/pull/509) ([cveticm](https://github.com/cveticm))
- INTMDB-545!: add Azure support to cloudProviderAccess [\#507](https://github.com/mongodb/go-client-mongodb-atlas/pull/507) ([andreaangiolillo](https://github.com/andreaangiolillo))

**Merged pull requests:**

- INTMDB-545: Update CloudProviderAccessService to support azure [\#508](https://github.com/mongodb/go-client-mongodb-atlas/pull/508) ([andreaangiolillo](https://github.com/andreaangiolillo))

## [v0.31.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.31.0) (July 06, 2023)

[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.30.0...v0.31.0)
Expand Down
4 changes: 3 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

## Generating CHANGELOG

Run:
1. Change future-release= and since-tag in .github_changelog_generator

2. Run:

```bash
github_changelog_generator -u mongodb -p go-client-mongodb-atlas
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.31.0"
Version = "0.32.0"
)

var (
Expand Down