diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e61f33c..150c07d 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.1.0", + "modules/aws-mongodbatlas-cluster": "0.2.0", "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 d5c924c..fbedd14 100644 --- a/modules/aws-mongodbatlas-cluster/CHANGELOG.md +++ b/modules/aws-mongodbatlas-cluster/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Features + +* **aws-mongodbatlas-cluster:** option to pass aws_kms config values as seperate variables ([#217](https://github.com/kloia/platform-modules/issues/217)) ([b9938bc](https://github.com/kloia/platform-modules/commit/b9938bc9253f6eb4e1e74a771b0f03f360b0c81b)) + ## 0.1.0 (2024-05-10)