diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 150c07d..7e85f41 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -19,7 +19,7 @@ "modules/aws-eks-rancher-importer": "0.1.0", "modules/aws-self-signed-cert": "0.1.0", "modules/aws-route53-health-check-main": "0.1.0", - "modules/aws-mongodbatlas-cluster": "0.2.0", + "modules/aws-mongodbatlas-cluster": "0.2.1", "modules/aws-route53-records": "0.1.0", "modules/aws-vpc-peering-accepter": "0.1.0", "modules/aws-security-hub": "0.1.0", diff --git a/modules/aws-mongodbatlas-cluster/CHANGELOG.md b/modules/aws-mongodbatlas-cluster/CHANGELOG.md index fbedd14..777da7b 100644 --- a/modules/aws-mongodbatlas-cluster/CHANGELOG.md +++ b/modules/aws-mongodbatlas-cluster/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/kloia/platform-modules/compare/aws-mongodbatlas-cluster-v0.2.0...aws-mongodbatlas-cluster-v0.2.1) (2024-05-16) + + +### Bug Fixes + +* **aws-mongodbatlas-cluster:** added default value for map lookup in aws_kms_config ([#220](https://github.com/kloia/platform-modules/issues/220)) ([ad2e473](https://github.com/kloia/platform-modules/commit/ad2e4734097093e27c8af76c49cc0f4520981cc9)) + ## [0.2.0](https://github.com/kloia/platform-modules/compare/aws-mongodbatlas-cluster-v0.1.0...aws-mongodbatlas-cluster-v0.2.0) (2024-05-15)