diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b2ef02b..cd3b776 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -28,7 +28,7 @@ "modules/aws-centralized-logging": "0.1.0", "modules/aws-waf": "0.1.0", "modules/aws-elasticsearch": "0.1.0", - "modules/aws-msk-apache-kafka-cluster-master": "0.1.0", + "modules/aws-msk-apache-kafka-cluster-master": "0.2.0", "modules/aws-guardduty-master": "0.1.0", "modules/aws-eks-rancher-joiner": "0.1.1", "modules/aws-elasticache-redis": "0.1.0", diff --git a/modules/aws-msk-apache-kafka-cluster-master/CHANGELOG.md b/modules/aws-msk-apache-kafka-cluster-master/CHANGELOG.md index d5c924c..97b431d 100644 --- a/modules/aws-msk-apache-kafka-cluster-master/CHANGELOG.md +++ b/modules/aws-msk-apache-kafka-cluster-master/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/kloia/platform-modules/compare/aws-msk-apache-kafka-cluster-master-v0.1.0...aws-msk-apache-kafka-cluster-master-v0.2.0) (2024-08-20) + + +### Features + +* add password output for msk ([#253](https://github.com/kloia/platform-modules/issues/253)) ([bb024f9](https://github.com/kloia/platform-modules/commit/bb024f940f511f2008b8b489470dc7581adb5298)) + ## 0.1.0 (2024-05-10)