From 8408108ca89450a4a2a930a66d4fc6186f7b1fd4 Mon Sep 17 00:00:00 2001 From: AWS Solutions Constructs Automation Date: Mon, 9 May 2022 00:07:11 +0000 Subject: [PATCH 1/2] chore(release): 2.7.0 --- CHANGELOG.v2.md | 2 ++ source/lerna.v2.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.v2.md b/CHANGELOG.v2.md index 289d58acf..6606fad60 100644 --- a/CHANGELOG.v2.md +++ b/CHANGELOG.v2.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. +## [2.7.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.6.0...v2.7.0) (2022-05-09) + ## [2.6.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.5.0...v2.6.0) (2022-05-07) * Includes all functionality of V1.153.1 diff --git a/source/lerna.v2.json b/source/lerna.v2.json index a98a00f23..991e76351 100644 --- a/source/lerna.v2.json +++ b/source/lerna.v2.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "2.6.0" + "version": "2.7.0" } From 9cb9fe6706de8fc7d852af749b3fbc726c2d55c3 Mon Sep 17 00:00:00 2001 From: biffgaut <78155736+biffgaut@users.noreply.github.com> Date: Sun, 8 May 2022 20:13:25 -0400 Subject: [PATCH 2/2] chore(changelog): Updated CHANGELOG.v2.md --- CHANGELOG.v2.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.v2.md b/CHANGELOG.v2.md index 6606fad60..3e5392a87 100644 --- a/CHANGELOG.v2.md +++ b/CHANGELOG.v2.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. See [standa ## [2.7.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.6.0...v2.7.0) (2022-05-09) +* Includes all functionality of V1.154.0 +* Built upon underlying CDK version V2.15.0 + ## [2.6.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.5.0...v2.6.0) (2022-05-07) * Includes all functionality of V1.153.1