From 05eeab273b77e4957f8367c3082d0779458e5b56 Mon Sep 17 00:00:00 2001 From: AWS Solutions Constructs Automation Date: Thu, 1 May 2025 20:05:35 +0000 Subject: [PATCH 1/2] chore(release): 2.85.2 --- CHANGELOG.md | 2 ++ source/release-info.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7062647a2..2ea8880b3 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.85.2](https://github.com/awslabs/aws-solutions-constructs/compare/v2.85.1...v2.85.2) (2025-05-01) + ## [2.85.1](https://github.com/awslabs/aws-solutions-constructs/compare/v2.85.0...v2.85.1) (2025-04-30) Built on CDK 2.193.0 diff --git a/source/release-info.json b/source/release-info.json index eccb28fdf..75744a5cc 100644 --- a/source/release-info.json +++ b/source/release-info.json @@ -4,5 +4,5 @@ "patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "2.85.1" + "version": "2.85.2" } From 50b1b3585dcf1973f5d53cf6fbcc6051831ff37e Mon Sep 17 00:00:00 2001 From: biffgaut Date: Thu, 1 May 2025 16:08:45 -0400 Subject: [PATCH 2/2] chore(changelog): Updated CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea8880b3..fc2ca5deb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ 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.85.2](https://github.com/awslabs/aws-solutions-constructs/compare/v2.85.1...v2.85.2) (2025-05-01) +## [2.85.2](https://github.com/awslabs/aws-solutions-constructs/compare/v2.85.1...v2.85.2) (2025-05-01) + +Just added warnings to aws-cloudfront-mediastore and testing pipeline ## [2.85.1](https://github.com/awslabs/aws-solutions-constructs/compare/v2.85.0...v2.85.1) (2025-04-30)