diff --git a/CHANGELOG.v2.md b/CHANGELOG.v2.md index 289d58acf..3e5392a87 100644 --- a/CHANGELOG.v2.md +++ b/CHANGELOG.v2.md @@ -2,6 +2,11 @@ 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.7.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.6.0...v2.7.0) (2022-05-09) + +* Includes all functionality of V1.154.0 +* Built upon underlying CDK version V2.15.0 + ## [2.6.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.5.0...v2.6.0) (2022-05-07) * Includes all functionality of V1.153.1 diff --git a/source/lerna.v2.json b/source/lerna.v2.json index a98a00f23..991e76351 100644 --- a/source/lerna.v2.json +++ b/source/lerna.v2.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "2.6.0" + "version": "2.7.0" }