Skip to content

Commit c271f98

Browse files
authored
task: release prep for 0.12.0 (#247)
1 parent 378a8da commit c271f98

File tree

3 files changed

+21
-3
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [v0.12.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.12.0) (August 30, 2021)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.11.0...v0.12.0)
6+
7+
**Breaking changes:**
8+
9+
- CLOUDP-98424: Do not parse parts of the request in atlas search [\#244](https://github.com/mongodb/go-client-mongodb-atlas/pull/244) ([fmenezes](https://github.com/fmenezes))
10+
11+
**Merged pull requests:**
12+
13+
- CLOUDP-98424: Add unit tests for atlas search [\#246](https://github.com/mongodb/go-client-mongodb-atlas/pull/246) ([fmenezes](https://github.com/fmenezes))
14+
- CLOUDP-98679: Add support for synonyms [\#245](https://github.com/mongodb/go-client-mongodb-atlas/pull/245) ([fmenezes](https://github.com/fmenezes))
15+
- feat: add support for creation of cloudgov only projects [\#243](https://github.com/mongodb/go-client-mongodb-atlas/pull/243) ([gssbzn](https://github.com/gssbzn))
16+
- feat: update supported go versions [\#242](https://github.com/mongodb/go-client-mongodb-atlas/pull/242) ([gssbzn](https://github.com/gssbzn))
17+
- CLOUDP-97443: add access tracking to the atlas go client [\#241](https://github.com/mongodb/go-client-mongodb-atlas/pull/241) ([andreaangiolillo](https://github.com/andreaangiolillo))
18+
- Renamed LiveMigrationOp to LiveMigrationServiceOp [\#240](https://github.com/mongodb/go-client-mongodb-atlas/pull/240) ([andreaangiolillo](https://github.com/andreaangiolillo))
19+
- CLOUDP-97549: Add cloud migration endpoint to the atlas go client [\#239](https://github.com/mongodb/go-client-mongodb-atlas/pull/239) ([andreaangiolillo](https://github.com/andreaangiolillo))
20+
321
## [v0.11.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.11.0) (August 10, 2021)
422

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

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.11.0"
45+
Version = "0.12.0"
4646
)
4747

4848
var (

0 commit comments

Comments
 (0)