Skip to content

Commit

Permalink
Release v1.2.5a1 (aws-cloudformation#3051)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Apr 4, 2024
1 parent 2bb14a5 commit 9826c1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/cfnlint/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
SPDX-License-Identifier: MIT-0
"""

__version__ = "1.2.4.a1"
__version__ = "1.2.5.a1"

0 comments on commit 9826c1a

Please sign in to comment.