From 3a4970c9f8f772ac93d06fb18cf81faa1f410611 Mon Sep 17 00:00:00 2001 From: AWS Solutions Constructs Automation Date: Tue, 27 Jul 2021 23:54:08 +0000 Subject: [PATCH 1/2] chore(release): 1.114.0 --- CHANGELOG.md | 2 ++ source/lerna.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a118ada56..9f2ae491f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.114.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.113.0...v1.114.0) (2021-07-27) + ## [1.113.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.112.0...v1.113.0) (2021-07-27) ### Changed diff --git a/source/lerna.json b/source/lerna.json index 9f0c63a4f..38ab8776c 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "1.113.0" + "version": "1.114.0" } From 536239837008babceedc535b760610d029bbc285 Mon Sep 17 00:00:00 2001 From: biffgaut <78155736+biffgaut@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:55:16 -0400 Subject: [PATCH 2/2] chore(changelog): Updated CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2ae491f..74385d05a 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 ## [1.114.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.113.0...v1.114.0) (2021-07-27) +### Changed + +* Upgraded all patterns to CDK v1.114.0 + ## [1.113.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.112.0...v1.113.0) (2021-07-27) ### Changed