From 9826c1a0995a345b51b0edb767301d6883ac700e Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Wed, 7 Feb 2024 13:41:22 -0800 Subject: [PATCH] Release v1.2.5a1 (#3051) --- CHANGELOG.md | 7 +++++++ src/cfnlint/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9cf7375bf..7529c8e0aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### v1.2.5a1 +###### Features +* Fix an issue when determining if it is supposed to be nested `json` @kddejong (pull #[3050](https://github.com/aws-cloudformation/cfn-lint/pull/3050)) +* Fix an issue where Resource `Type` validation was happening twice @kddejong (pull #[3050](https://github.com/aws-cloudformation/cfn-lint/pull/3050)) + +**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.2.4.a1...v1.2.5.a1 + ### v1.2.4a1 ###### Features * Switch from `awsType` to `cfnLint` @kddejong diff --git a/src/cfnlint/version.py b/src/cfnlint/version.py index 5d5958d12c..64834c8568 100644 --- a/src/cfnlint/version.py +++ b/src/cfnlint/version.py @@ -3,4 +3,4 @@ SPDX-License-Identifier: MIT-0 """ -__version__ = "1.2.4.a1" +__version__ = "1.2.5.a1"