diff --git a/CHANGELOG.md b/CHANGELOG.md index 190a66dee..4917820fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [standa NOTE - With AWS CDK V1 deprecated as of 6/1/2022, AWS Solutions Constructs V1 functionality was frozen as of 1.159.0. All V1 releases after this point will just sync with AWS CDK V1 version numbers. +## 1.170.1 (2022-09-18) + +* Upgraded all patterns to CDK v1.170.1 + ## 1.170.0 (2022-08-25) * Upgraded all patterns to CDK v1.170.0 diff --git a/source/lerna.json b/source/lerna.json index 9ef304337..ba3f91feb 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "1.170.0" + "version": "1.170.1" }