Skip to content

Commit a249c26

Browse files
authored
release prep version 0.37.0 (#539)
1 parent d8dbf22 commit a249c26

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-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.36.0
2-
since-tag=v0.35.0
1+
future-release=v0.37.0
2+
since-tag=v0.36.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

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

3+
## [v0.37.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.37.0) (August 26, 2024)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.36.0...v0.37.0)
6+
7+
**Closed issues:**
8+
9+
- ClustersService does not list the available clusters [\#532](https://github.com/mongodb/go-client-mongodb-atlas/issues/532)
10+
11+
**Merged pull requests:**
12+
13+
- feat: Adds field to ProcessArgs [\#538](https://github.com/mongodb/go-client-mongodb-atlas/pull/538) ([oarbusi](https://github.com/oarbusi))
14+
- chore\(deps\): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 [\#537](https://github.com/mongodb/go-client-mongodb-atlas/pull/537) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
- chore\(deps\): bump github.com/go-test/deep from 1.1.0 to 1.1.1 [\#536](https://github.com/mongodb/go-client-mongodb-atlas/pull/536) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
- chore\(deps\): bump golangci/golangci-lint-action from 6.0.0 to 6.0.1 [\#535](https://github.com/mongodb/go-client-mongodb-atlas/pull/535) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
- chore\(deps\): bump golangci/golangci-lint-action from 5.1.0 to 6.0.0 [\#534](https://github.com/mongodb/go-client-mongodb-atlas/pull/534) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- chore\(deps\): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 [\#533](https://github.com/mongodb/go-client-mongodb-atlas/pull/533) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
- task: Deprecated go.mod [\#531](https://github.com/mongodb/go-client-mongodb-atlas/pull/531) ([gssbzn](https://github.com/gssbzn))
20+
- test: add test for IsTimeoutErr [\#530](https://github.com/mongodb/go-client-mongodb-atlas/pull/530) ([gssbzn](https://github.com/gssbzn))
21+
- chore: updates README to clarify deprecation. [\#529](https://github.com/mongodb/go-client-mongodb-atlas/pull/529) ([mmarcon](https://github.com/mmarcon))
22+
- chore\(deps\): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 [\#528](https://github.com/mongodb/go-client-mongodb-atlas/pull/528) ([dependabot[bot]](https://github.com/apps/dependabot))
23+
- chore\(deps\): bump actions/cache from 3 to 4 [\#527](https://github.com/mongodb/go-client-mongodb-atlas/pull/527) ([dependabot[bot]](https://github.com/apps/dependabot))
24+
- chore\(deps\): bump actions/stale from 8 to 9 [\#526](https://github.com/mongodb/go-client-mongodb-atlas/pull/526) ([dependabot[bot]](https://github.com/apps/dependabot))
25+
- chore\(deps\): bump actions/setup-go from 4 to 5 [\#525](https://github.com/mongodb/go-client-mongodb-atlas/pull/525) ([dependabot[bot]](https://github.com/apps/dependabot))
26+
327
## [v0.36.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.36.0) (November 22, 2023)
428

529
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.35.0...v0.36.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 of the current API client. Should be set to the next version planned to be released.
44-
Version = "0.36.0"
44+
Version = "0.37.0"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)