From fa702ccdf30e47732f56ca0922d6617d50fcbad8 Mon Sep 17 00:00:00 2001 From: Hitendra Nishar Date: Wed, 18 Nov 2020 13:26:24 -0500 Subject: [PATCH] Update to version v1.74.0 --- CHANGELOG.md | 5 +++++ source/lerna.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 961075816..a0b2b1166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.74.0 (2020-11-17) + +### Changed +- Upgraded all patterns to CDK v1.74.0 + ## 1.73.0 (2020-11-11) ### Changed diff --git a/source/lerna.json b/source/lerna.json index ba48f4071..e21771575 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "1.73.0" + "version": "1.74.0" }