diff --git a/CHANGELOG.md b/CHANGELOG.md index 6506a3734..0c2bf59ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.1](https://github.com/awslabs/aws-solutions-constructs/compare/v2.67.0...v2.67.1) (2024-08-27) + +Built on CDK v2.151.0 + +There are no other changes in this release, we are testing our upgraded release pipeline + ## [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 diff --git a/source/lerna.json b/source/lerna.json index 671aa85da..244a45f93 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "2.67.0" + "version": "2.67.1" }