diff --git a/CHANGELOG.md b/CHANGELOG.md index 4917820fb..955f40f56 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.171.0 (2022-09-18) + +* Upgraded all patterns to CDK v1.171.0 + ## 1.170.1 (2022-09-18) * Upgraded all patterns to CDK v1.170.1 diff --git a/source/lerna.json b/source/lerna.json index ba3f91feb..d7edce699 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "1.170.1" + "version": "1.171.0" }