Skip to content

Commit 3460f8c

Browse files
authored
fix: release bump for the SDK (#510)
1 parent 758bc52 commit 3460f8c

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
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.31.0
2-
since-tag=v0.30.0
1+
future-release=v0.32.0
2+
since-tag=v0.31.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

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

3+
## [v0.32.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.32.0) (July 28, 2023)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.31.0...v0.32.0)
6+
7+
**Breaking changes:**
8+
9+
- fix: Removed omitempty from tags in ServerlessUpdateRequestParams [\#509](https://github.com/mongodb/go-client-mongodb-atlas/pull/509) ([cveticm](https://github.com/cveticm))
10+
- INTMDB-545!: add Azure support to cloudProviderAccess [\#507](https://github.com/mongodb/go-client-mongodb-atlas/pull/507) ([andreaangiolillo](https://github.com/andreaangiolillo))
11+
12+
**Merged pull requests:**
13+
14+
- INTMDB-545: Update CloudProviderAccessService to support azure [\#508](https://github.com/mongodb/go-client-mongodb-atlas/pull/508) ([andreaangiolillo](https://github.com/andreaangiolillo))
15+
316
## [v0.31.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.31.0) (July 06, 2023)
417

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

RELEASING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
## Generating CHANGELOG
88

9-
Run:
9+
1. Change future-release= and since-tag in .github_changelog_generator
10+
11+
2. Run:
1012

1113
```bash
1214
github_changelog_generator -u mongodb -p go-client-mongodb-atlas

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.31.0"
44+
Version = "0.32.0"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)