Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLOUDP-167925: 0.23.2 prep #425

Merged
merged 1 commit into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.23.1
since-tag=v0.23.0
future-release=v0.23.2
since-tag=v0.23.1
date-format=%B %d, %Y
base=CHANGELOG.md
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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

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

**Merged pull requests:**

- CLOUDP-167925: add support for PrivateEndpoint.srvShardOptimizedConnectionString [\#423](https://github.com/mongodb/go-client-mongodb-atlas/pull/423) ([tibulca](https://github.com/tibulca))
- docs: add release note update [\#422](https://github.com/mongodb/go-client-mongodb-atlas/pull/422) ([wtrocki](https://github.com/wtrocki))
- chore\(deps\): bump tj-actions/verify-changed-files from 13 to 14 [\#420](https://github.com/mongodb/go-client-mongodb-atlas/pull/420) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump actions/setup-go from 3 to 4 [\#419](https://github.com/mongodb/go-client-mongodb-atlas/pull/419) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore: rename master workflow [\#412](https://github.com/mongodb/go-client-mongodb-atlas/pull/412) ([wtrocki](https://github.com/wtrocki))
- CLOUDP-166138: rename autoupdate file to avoid conflicts with sdkv2 a… [\#411](https://github.com/mongodb/go-client-mongodb-atlas/pull/411) ([wtrocki](https://github.com/wtrocki))
- CLOUDP-155910: add ability to generate client from api preview [\#409](https://github.com/mongodb/go-client-mongodb-atlas/pull/409) ([wtrocki](https://github.com/wtrocki))
- CLOUDP-162109: run updates on master [\#397](https://github.com/mongodb/go-client-mongodb-atlas/pull/397) ([wtrocki](https://github.com/wtrocki))
- task: drop pointy [\#396](https://github.com/mongodb/go-client-mongodb-atlas/pull/396) ([gssbzn](https://github.com/gssbzn))

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

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

var (
Expand Down