|
1 | | -## 0.7.0 (Unreleased) |
| 1 | +## 0.6.2 (Unreleased) |
| 2 | + |
| 3 | +**Implemented enhancements:** |
| 4 | +- Updated go version to v1.14 [\#260](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/260) ([PacoDw](https://github.com/PacoDw)) |
| 5 | +- Added project\_ip\_whitelist datasource [\#254](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/254) ([gmlp](https://github.com/gmlp)) |
| 6 | +- Added team datasource add team name option [\#253](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/253) ([gmlp](https://github.com/gmlp)) |
| 7 | +- Added golangci configuration and travis fix [\#248](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/248) ([PacoDw](https://github.com/PacoDw)) |
| 8 | + |
| 9 | + |
| 10 | +**Fixed bugs:** |
| 11 | + |
| 12 | +- Adding 16 whitelist entries at the same time causes an error [\#252](https://github.com/terraform-providers/terraform-provider-mongodbatlas/issues/252) |
| 13 | +- Error when create or import cluster - panic: runtime error: invalid memory address or nil pointer dereference [\#243](https://github.com/terraform-providers/terraform-provider-mongodbatlas/issues/243) |
| 14 | +- Cannot re-apply config when M2/M5 `disk\_size\_gb` is specified incorrectly [\#115](https://github.com/terraform-providers/terraform-provider-mongodbatlas/issues/115) |
| 15 | +- accepter\_region\_name not required for AWS on read/import/update [\#53](https://github.com/terraform-providers/terraform-provider-mongodbatlas/issues/53) |
| 16 | +- Fix resource/project\_ip\_whitelist - modify ip whitelist entry validation and fix acctests [\#257](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/257) ([marinsalinas](https://github.com/marinsalinas)) |
| 17 | + |
| 18 | +**Merged pull requests:** |
| 19 | + |
| 20 | +- Fixed auto scaling attributes [\#255](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/255) ([PacoDw](https://github.com/PacoDw)) |
| 21 | +- Fixed fixes \#115 issue with disk size for shared tiers [\#251](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/251) ([gmlp](https://github.com/gmlp)) |
| 22 | +- Updated the name of module client mongodb atlas [\#244](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/244) ([coderGo93](https://github.com/coderGo93)) |
| 23 | +- Fixed \#53 accepter\_region\_name not required for AWS on read/import/update [\#242](https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/242) ([gmlp](https://github.com/gmlp)) ([PacoDw](https://github.com/PacoDw)) |
2 | 24 |
|
3 | 25 | ## 0.6.1 (June 18, 2020) |
4 | 26 |
|
@@ -311,4 +333,4 @@ Update database\_user.html.markdown [\#98](https://github.com/terraform-provider |
311 | 333 |
|
312 | 334 | ## 0.1.0 (August 19, 2019) |
313 | 335 |
|
314 | | -Initial Release |
| 336 | +Initial Release |
0 commit comments