diff --git a/CHANGELOG.md b/CHANGELOG.md index bd8407edc..f0cd19d21 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.53.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.52.1...v2.53.0) (2024-02-22) + +Built on CDK v2.127.0 + +### Bug Fixes + +* **stepfunctions** find correct logs policy statement to replace ([#1086](https://github.com/awslabs/aws-solutions-constructs/pull/1086)) + ## [2.52.1](https://github.com/awslabs/aws-solutions-constructs/compare/v2.52.0...v2.52.1) (2024-02-16) Built on CDK v2.127.0 diff --git a/source/lerna.json b/source/lerna.json index b7c78525b..621046c2b 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "2.52.1" + "version": "2.53.0" }