Skip to content

Commit 585a6ab

Browse files
authored
chore: Release 0.38.0 changelog & version update (#548)
1 parent 1bc7f6c commit 585a6ab

File tree

3 files changed

+17
-3
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [v0.38.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.38.0) (April 08, 2025)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.37.0...v0.38.0)
6+
7+
**Merged pull requests:**
8+
9+
- feat: Adds AdvancedConfiguration attribute [\#547](https://github.com/mongodb/go-client-mongodb-atlas/pull/547) ([maastha](https://github.com/maastha))
10+
- chore\(deps\): bump golangci/golangci-lint-action from 6.5.0 to 6.5.2 [\#545](https://github.com/mongodb/go-client-mongodb-atlas/pull/545) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
- chore\(deps\): bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 [\#544](https://github.com/mongodb/go-client-mongodb-atlas/pull/544) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- chore\(deps\): bump golangci/golangci-lint-action from 6.2.0 to 6.3.2 [\#543](https://github.com/mongodb/go-client-mongodb-atlas/pull/543) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
- chore\(deps\): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 [\#542](https://github.com/mongodb/go-client-mongodb-atlas/pull/542) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- doc: Update README.md to use WARNING [\#541](https://github.com/mongodb/go-client-mongodb-atlas/pull/541) ([andreaangiolillo](https://github.com/andreaangiolillo))
15+
- chore\(deps\): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 [\#540](https://github.com/mongodb/go-client-mongodb-atlas/pull/540) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
317
## [v0.37.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.37.0) (August 26, 2024)
418

519
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.36.0...v0.37.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.37.0"
44+
Version = "0.38.0"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)