Skip to content

Commit 0a0b189

Browse files
CLOUDP-167925: 0.23.2 prep (#425)
1 parent 1fb9bb8 commit 0a0b189

File tree

3 files changed

+19
-3
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [v0.23.2](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.23.2) (March 23, 2023)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.23.1...v0.23.2)
6+
7+
**Merged pull requests:**
8+
9+
- CLOUDP-167925: add support for PrivateEndpoint.srvShardOptimizedConnectionString [\#423](https://github.com/mongodb/go-client-mongodb-atlas/pull/423) ([tibulca](https://github.com/tibulca))
10+
- docs: add release note update [\#422](https://github.com/mongodb/go-client-mongodb-atlas/pull/422) ([wtrocki](https://github.com/wtrocki))
11+
- 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))
12+
- 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))
13+
- chore: rename master workflow [\#412](https://github.com/mongodb/go-client-mongodb-atlas/pull/412) ([wtrocki](https://github.com/wtrocki))
14+
- 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))
15+
- 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))
16+
- CLOUDP-162109: run updates on master [\#397](https://github.com/mongodb/go-client-mongodb-atlas/pull/397) ([wtrocki](https://github.com/wtrocki))
17+
- task: drop pointy [\#396](https://github.com/mongodb/go-client-mongodb-atlas/pull/396) ([gssbzn](https://github.com/gssbzn))
18+
319
## [v0.23.1](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.23.1) (March 01, 2023)
420

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

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.23.1"
44+
Version = "0.23.2"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)