From d17f6192331dc41c89582e2462f02ca09cb18df3 Mon Sep 17 00:00:00 2001 From: AWS Solutions Constructs Automation Date: Fri, 27 Sep 2024 01:11:19 +0000 Subject: [PATCH 1/2] chore(release): 2.71.0 --- CHANGELOG.md | 2 ++ source/lerna.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9f908ccf..2465f9acf 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. +## [2.71.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.70.0...v2.71.0) (2024-09-27) + ## [2.70.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.69.0...v2.70.0) (2024-09-18) Built on CDK v2.154.1 diff --git a/source/lerna.json b/source/lerna.json index 1355a32ef..3262810bd 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -5,5 +5,5 @@ "patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "2.70.0" + "version": "2.71.0" } From 6c33bd7c39a7903f368a09790424b2d581a48372 Mon Sep 17 00:00:00 2001 From: biffgaut Date: Thu, 26 Sep 2024 21:19:56 -0400 Subject: [PATCH 2/2] chore(changelog): Updated CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2465f9acf..8e4d6652d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [standa ## [2.71.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.70.0...v2.71.0) (2024-09-27) +Build on CDK v2.160.0 + +### Bug Fixes +* **aws-openapigateway-lambda:** add id to permission resource id ([#1211](https://github.com/awslabs/aws-solutions-constructs/pull/1211)) + + ## [2.70.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.69.0...v2.70.0) (2024-09-18) Built on CDK v2.154.1