Skip to content

Commit

Permalink
INTMDB-751: 0.25.0 pre-release (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
maastha authored Apr 17, 2023
1 parent 728e02c commit 437d9b4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
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.24.0
since-tag=v0.23.2
future-release=v0.25.0
since-tag=v0.24.0
date-format=%B %d, %Y
base=CHANGELOG.md
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v0.25.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.25.0) (April 17, 2023)

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

**Merged pull requests:**

- INTMDB-466: Added IsExtendedStorageSizesEnabled to ProjectSettings [\#457](https://github.com/mongodb/go-client-mongodb-atlas/pull/457) ([evertsd](https://github.com/evertsd))
- INTMDB-587: New Feature: Backup Compliance Policy Support [\#453](https://github.com/mongodb/go-client-mongodb-atlas/pull/453) ([martinstibbe](https://github.com/martinstibbe))
- CLOUDP-169104: Fix encoding for AWS IAM usernames [\#452](https://github.com/mongodb/go-client-mongodb-atlas/pull/452) ([andmatei](https://github.com/andmatei))
- 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))
- 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))

## [v0.24.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.24.0) (March 27, 2023)

[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.23.2...v0.24.0)
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.24.0"
Version = "0.25.0"
)

var (
Expand Down

0 comments on commit 437d9b4

Please sign in to comment.