Skip to content

Commit 11b972a

Browse files
authored
task: release preparation (#200)
1 parent 32d4677 commit 11b972a

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
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.7.2
2-
since-tag=v0.7.1
1+
future-release=v0.8.0
2+
since-tag=v0.7.2
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [v0.8.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.8.0) (April 20, 2021)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.7.2...v0.8.0)
6+
7+
**Closed issues:**
8+
9+
- Delete user does not work for IAM based users [\#189](https://github.com/mongodb/go-client-mongodb-atlas/issues/189)
10+
11+
**Merged pull requests:**
12+
13+
- feat: move cloud provider regions method to cluster [\#198](https://github.com/mongodb/go-client-mongodb-atlas/pull/198) ([gssbzn](https://github.com/gssbzn))
14+
- fix: fix username path escape for db username [\#199](https://github.com/mongodb/go-client-mongodb-atlas/pull/199) ([gssbzn](https://github.com/gssbzn))
15+
- docs fix godoc rendering [\#196](https://github.com/mongodb/go-client-mongodb-atlas/pull/196) ([gssbzn](https://github.com/gssbzn))
16+
- task: update golangci-lint to 1.39.0 [\#197](https://github.com/mongodb/go-client-mongodb-atlas/pull/197) ([gssbzn](https://github.com/gssbzn))
17+
- CLOUDP-86937: Add support to the Atlas Go Client to load sample data into a cluster [\#195](https://github.com/mongodb/go-client-mongodb-atlas/pull/195) ([andreaangiolillo](https://github.com/andreaangiolillo))
18+
- CLOUDP-86337: Update atlas region service to use new parameters - atlas go client [\#193](https://github.com/mongodb/go-client-mongodb-atlas/pull/193) ([andreaangiolillo](https://github.com/andreaangiolillo))
19+
- CLOUDP-85933: Add service to get the public ip to the atlas go client [\#191](https://github.com/mongodb/go-client-mongodb-atlas/pull/191) ([andreaangiolillo](https://github.com/andreaangiolillo))
20+
- CLOUDP-85749: Add new available region endpoint to the atlas go client [\#190](https://github.com/mongodb/go-client-mongodb-atlas/pull/190) ([andreaangiolillo](https://github.com/andreaangiolillo))
21+
- CLOUDP-83026: support for cluster status endpoint [\#188](https://github.com/mongodb/go-client-mongodb-atlas/pull/190) ([antonlisovenko](https://github.com/antonlisovenko))
22+
- feat: add regions to GCP containers [\#186](https://github.com/mongodb/go-client-mongodb-atlas/pull/186) ([gssbzn](https://github.com/gssbzn))
23+
- docs: update contributing guidelines [\#185](https://github.com/mongodb/go-client-mongodb-atlas/pull/185) ([gssbzn](https://github.com/gssbzn))
24+
- build: add go1.16 tests [\#184](https://github.com/mongodb/go-client-mongodb-atlas/pull/184) ([gssbzn](https://github.com/gssbzn))
25+
- lint: update GOLANGCI_VERSION to 1.37.0 [\#183](https://github.com/mongodb/go-client-mongodb-atlas/pull/183) ([gssbzn](https://github.com/gssbzn))
26+
327
## [v0.7.2](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.7.2) (February 02, 2021)
428

529
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.7.1...v0.7.2)
@@ -8,8 +32,6 @@
832

933
- INTMDB-175: Added azure status in endpoint service [\#179](https://github.com/mongodb/go-client-mongodb-atlas/pull/179) ([coderGo93](https://github.com/coderGo93))
1034

11-
# Changelog
12-
1335
## [v0.7.1](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.7.1) (January 27, 2021)
1436

1537
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.7.0...v0.7.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.7.2"
45+
Version = "0.8.0"
4646
)
4747

4848
var (

0 commit comments

Comments
 (0)