Skip to content

Commit a42e223

Browse files
task: release 0.11.0 prep (#238)
1 parent 4db32e8 commit a42e223

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-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.10.1
2-
since-tag=v0.10.0
1+
future-release=v0.11.0
2+
since-tag=v0.10.1
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

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

3+
## [v0.11.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.11.0) (August 10, 2021)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.10.1...v0.11.0)
6+
7+
**Merged pull requests:**
8+
9+
- 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))
10+
- 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))
11+
312
## [v0.10.1](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.10.1) (July 09, 2021)
413

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

mongodbatlas/mongodbatlas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const (
4242
gzipMediaType = "application/gzip"
4343
libraryName = "go-mongodbatlas"
4444
// Version the version of the current API client. Should be set to the next version planned to be released.
45-
Version = "0.10.1"
45+
Version = "0.11.0"
4646
)
4747

4848
var (

0 commit comments

Comments
 (0)