diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae73e300..6506a3734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,20 @@ 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.67.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.65.0...v2.67.0) (2024-08-26) + +Built on CDK v2.151.0 + +There are no other changes in this release, we are testing our upgraded release pipeline + ## [2.66.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.65.0...v2.66.0) (2024-08-22) Built on CDK v2.151.0 There are no other changes in this release, we are testing our upgraded release pipeline +It will not be published to npm, pypi nor maven + ## [2.65.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.64.0...v2.65.0) (2024-08-11) Built on CDK v2.150.0 diff --git a/source/lerna.json b/source/lerna.json index 5036fbb63..671aa85da 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "2.66.0" + "version": "2.67.0" }