diff --git a/CHANGELOG.md b/CHANGELOG.md index aed35d27e..4177ec862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,13 @@ 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.41.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.40.0...v2.41.0) (2023-06-06) + +Build on CDK v2.82.0 + ## [2.40.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.39.0...v2.40.0) (2023-06-03) +Built on CDK v2.82.0 ### Bug Fixes diff --git a/source/lerna.json b/source/lerna.json index 3321dc620..bb4ec9f4a 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "2.40.0" + "version": "2.41.0" }