From 3fe0f67a719e7d0e6e14af610a6867d3dac62249 Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Wed, 24 Apr 2024 11:08:44 -0700 Subject: [PATCH] Release v1.2.5.a7 --- CHANGELOG.md | 7 +++++++ src/cfnlint/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a73e514943..81f7abe2de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### v1.2.5a7 +## What's Changed +* Update CloudFormation schemas to 2024-04-24 by @kddejong in (pull #[3159](https://github.com/aws-cloudformation/cfn-lint/pull/3159)) +* Fix config of regions in TemplateRunner by @kddejong in (pull #[3164](https://github.com/aws-cloudformation/cfn-lint/pull/3164)) + +**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.2.5.a6...v1.2.5.a7 + ### v1.2.5a6 ## What's Changed * Add a bunch of DynamoDB rules and schema changes by @kddejong in (pull #[3133](https://github.com/aws-cloudformation/cfn-lint/pull/3133)) diff --git a/src/cfnlint/version.py b/src/cfnlint/version.py index 20317c04e6..ae567bf500 100644 --- a/src/cfnlint/version.py +++ b/src/cfnlint/version.py @@ -3,4 +3,4 @@ SPDX-License-Identifier: MIT-0 """ -__version__ = "1.2.5.a6" +__version__ = "1.2.5.a7"