Skip to content

Commit

Permalink
task: release preparation (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn committed Apr 20, 2021
1 parent 32d4677 commit 11b972a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 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.7.2
since-tag=v0.7.1
future-release=v0.8.0
since-tag=v0.7.2
date-format=%B %d, %Y
base=CHANGELOG.md
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [v0.8.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.8.0) (April 20, 2021)

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

**Closed issues:**

- Delete user does not work for IAM based users [\#189](https://github.com/mongodb/go-client-mongodb-atlas/issues/189)

**Merged pull requests:**

- feat: move cloud provider regions method to cluster [\#198](https://github.com/mongodb/go-client-mongodb-atlas/pull/198) ([gssbzn](https://github.com/gssbzn))
- fix: fix username path escape for db username [\#199](https://github.com/mongodb/go-client-mongodb-atlas/pull/199) ([gssbzn](https://github.com/gssbzn))
- docs fix godoc rendering [\#196](https://github.com/mongodb/go-client-mongodb-atlas/pull/196) ([gssbzn](https://github.com/gssbzn))
- task: update golangci-lint to 1.39.0 [\#197](https://github.com/mongodb/go-client-mongodb-atlas/pull/197) ([gssbzn](https://github.com/gssbzn))
- 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))
- 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))
- 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))
- 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))
- CLOUDP-83026: support for cluster status endpoint [\#188](https://github.com/mongodb/go-client-mongodb-atlas/pull/190) ([antonlisovenko](https://github.com/antonlisovenko))
- feat: add regions to GCP containers [\#186](https://github.com/mongodb/go-client-mongodb-atlas/pull/186) ([gssbzn](https://github.com/gssbzn))
- docs: update contributing guidelines [\#185](https://github.com/mongodb/go-client-mongodb-atlas/pull/185) ([gssbzn](https://github.com/gssbzn))
- build: add go1.16 tests [\#184](https://github.com/mongodb/go-client-mongodb-atlas/pull/184) ([gssbzn](https://github.com/gssbzn))
- lint: update GOLANGCI_VERSION to 1.37.0 [\#183](https://github.com/mongodb/go-client-mongodb-atlas/pull/183) ([gssbzn](https://github.com/gssbzn))

## [v0.7.2](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.7.2) (February 02, 2021)

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

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

# Changelog

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

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

var (
Expand Down

0 comments on commit 11b972a

Please sign in to comment.