diff --git a/CHANGELOG.md b/CHANGELOG.md index 18f88f2f0..1a5e35c3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [1.154.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.6.0...v1.154.0) (2022-05-08) + +* Upgraded all patterns to CDK v1.154.0 + +### Bug Fixes + +* **Incorrect Java Artifact ID:** Change lambdas3 lambdaelasticachememcached + ## [1.153.1](https://github.com/awslabs/aws-solutions-constructs/compare/v1.153.0...v1.153.1) (2022-05-07) * Upgraded all patterns to CDK v1.153.1 diff --git a/source/lerna.json b/source/lerna.json index 0fd69395d..f5d93886c 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "1.153.1" + "version": "1.154.0" }