From 3efaa49177bd1c5cd417c5218aff777d556c4377 Mon Sep 17 00:00:00 2001 From: AWS Solutions Constructs Automation Date: Thu, 22 Feb 2024 21:27:07 +0000 Subject: [PATCH 1/2] chore(release): 2.53.0 --- CHANGELOG.md | 2 ++ source/lerna.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd8407edc..f70caaba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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) + ## [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" } From c1a111db3000294f38a44076b63ae7904f04af6e Mon Sep 17 00:00:00 2001 From: biffgaut Date: Thu, 22 Feb 2024 16:30:24 -0500 Subject: [PATCH 2/2] chore(changelog): Updated CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f70caaba4..f0cd19d21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [standa ## [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