Skip to content

Commit 437d9b4

Browse files
authored
INTMDB-751: 0.25.0 pre-release (#458)
1 parent 728e02c commit 437d9b4

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-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.24.0
2-
since-tag=v0.23.2
1+
future-release=v0.25.0
2+
since-tag=v0.24.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

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

3+
## [v0.25.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.25.0) (April 17, 2023)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.24.0...v0.25.0)
6+
7+
**Merged pull requests:**
8+
9+
- INTMDB-466: Added IsExtendedStorageSizesEnabled to ProjectSettings [\#457](https://github.com/mongodb/go-client-mongodb-atlas/pull/457) ([evertsd](https://github.com/evertsd))
10+
- INTMDB-587: New Feature: Backup Compliance Policy Support [\#453](https://github.com/mongodb/go-client-mongodb-atlas/pull/453) ([martinstibbe](https://github.com/martinstibbe))
11+
- CLOUDP-169104: Fix encoding for AWS IAM usernames [\#452](https://github.com/mongodb/go-client-mongodb-atlas/pull/452) ([andmatei](https://github.com/andmatei))
12+
- chore\(deps\): bump peter-evans/create-pull-request from 4 to 5 [\#450](https://github.com/mongodb/go-client-mongodb-atlas/pull/450) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
- chore\(deps\): bump actions/stale from 7 to 8 [\#440](https://github.com/mongodb/go-client-mongodb-atlas/pull/440) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
315
## [v0.24.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.24.0) (March 27, 2023)
416

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

4747
var (

0 commit comments

Comments
 (0)