diff --git a/CHANGELOG.md b/CHANGELOG.md index e2dd4200c..27c2b85f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.55.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.54.1...v2.55.0) (2024-04-12) + +Built on CDK v2.135.0 + +### Bug Fixes + +* **kms:** do not use fixed name when building kms key constructs ([#1103](https://github.com/awslabs/aws-solutions-constructs/issues/1103)) ([a5fa0f9](https://github.com/awslabs/aws-solutions-constructs/commit/a5fa0f957e763802062dcb99d2b0508ad3f09154)) + ## [2.54.1](https://github.com/awslabs/aws-solutions-constructs/compare/v2.54.0...v2.54.1) (2024-04-04) Built on CDK v2.135.0 diff --git a/source/lerna.json b/source/lerna.json index a895980d3..a4963e1e4 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "2.54.1" + "version": "2.55.0" }