diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e85f41..cc2db2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -32,7 +32,7 @@ "modules/aws-guardduty-master": "0.1.0", "modules/aws-eks-rancher-joiner": "0.1.0", "modules/aws-elasticache-redis": "0.1.0", - "modules/aws-rds-aurora": "0.1.0", + "modules/aws-rds-aurora": "0.2.0", "modules/aws-mq": "0.1.0", "modules/aws-ssm-parameter-store": "0.1.0", "modules/aws-api-gateway": "0.1.0", diff --git a/modules/aws-rds-aurora/CHANGELOG.md b/modules/aws-rds-aurora/CHANGELOG.md index d5c924c..6daf5d3 100644 --- a/modules/aws-rds-aurora/CHANGELOG.md +++ b/modules/aws-rds-aurora/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/kloia/platform-modules/compare/aws-rds-aurora-v0.1.0...aws-rds-aurora-v0.2.0) (2024-05-17) + + +### Features + +* enable ssrs for sql server ([#223](https://github.com/kloia/platform-modules/issues/223)) ([4bc7faf](https://github.com/kloia/platform-modules/commit/4bc7faf232cdc6ad6c483b7ece125ba985d5964b)) + ## 0.1.0 (2024-05-10)