From a6405e48d28ff5365e334c67bd8157c2486ef9fb Mon Sep 17 00:00:00 2001 From: biffgaut <78155736+biffgaut@users.noreply.github.com> Date: Mon, 8 Aug 2022 17:17:16 -0400 Subject: [PATCH] 1.163.1 preparation --- CHANGELOG.md | 4 ++++ source/lerna.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb184a49..66e9fd68f 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.163.1 (2022-08-08) + +* Upgraded all patterns to CDK v1.163.1 + ## 1.163.0 (2022-08-08) * Upgraded all patterns to CDK v1.163.0 diff --git a/source/lerna.json b/source/lerna.json index b924d28f7..f6c307163 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "1.163.0" + "version": "1.163.1" }