Skip to content

Commit

Permalink
task: release 0.23.1 prep (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn authored Mar 1, 2023
1 parent ac7d1ad commit 86af023
Show file tree
Hide file tree
Showing 3 changed files with 11 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.23.0
since-tag=v0.22.0
future-release=v0.23.1
since-tag=v0.23.0
date-format=%B %d, %Y
base=CHANGELOG.md
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [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)

**Breaking changes:**

- fix: make org owner optional [\#393](https://github.com/mongodb/go-client-mongodb-atlas/pull/393) ([gssbzn](https://github.com/gssbzn))

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

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

var (
Expand Down

0 comments on commit 86af023

Please sign in to comment.