diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6f37a80..b2ef02b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -62,5 +62,6 @@ "modules/aws-rds": "0.1.0", "modules/aws-security-group": "0.1.0", "modules/aws-mongodbatlas-auth": "0.1.0", - "modules/aws-rds-sql-server-read-replica": "0.1.0" + "modules/aws-rds-sql-server-read-replica": "0.1.0", + "modules/aws-cloudwatch-dashboard": "0.1.0" } diff --git a/modules/aws-cloudwatch-dashboard/CHANGELOG.md b/modules/aws-cloudwatch-dashboard/CHANGELOG.md new file mode 100644 index 0000000..9b44453 --- /dev/null +++ b/modules/aws-cloudwatch-dashboard/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-07-16) + + +### Features + +* Cloudwatch dashboard ([#251](https://github.com/kloia/platform-modules/issues/251)) ([0f2addb](https://github.com/kloia/platform-modules/commit/0f2addb7f87058d82ec5eafa09c77b97cd34e8db))