Skip to content

Commit

Permalink
task: release 0.11.0 prep (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo committed Aug 10, 2021
1 parent 4db32e8 commit a42e223
Show file tree
Hide file tree
Showing 3 changed files with 12 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.10.1
since-tag=v0.10.0
future-release=v0.11.0
since-tag=v0.10.1
date-format=%B %d, %Y
base=CHANGELOG.md
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v0.11.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.11.0) (August 10, 2021)

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

**Merged pull requests:**

- Adding AutoDefer method to automatically defer any maintenance [\#237](https://github.com/mongodb/go-client-mongodb-atlas/pull/237) ([vgarcia-te](https://github.com/vgarcia-te))
- CLOUDP-96138: Add serverless to the atlas go client [\#236](https://github.com/mongodb/go-client-mongodb-atlas/pull/236) ([andreaangiolillo](https://github.com/andreaangiolillo))

## [v0.10.1](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.10.1) (July 09, 2021)

[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.10.0...v0.10.1)
Expand Down
2 changes: 1 addition & 1 deletion mongodbatlas/mongodbatlas.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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.10.1"
Version = "0.11.0"
)

var (
Expand Down

0 comments on commit a42e223

Please sign in to comment.