From 02aef585d8f06e9b9acbc54e18addc4bd510372d Mon Sep 17 00:00:00 2001 From: biffgaut <78155736+biffgaut@users.noreply.github.com> Date: Sun, 18 Sep 2022 14:32:53 -0400 Subject: [PATCH] 1.171.0 preparation --- CHANGELOG.md | 4 ++++ source/lerna.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" }