Skip to content

Commit 41aa872

Browse files
authored
Release v1.40.4 (#4276)
1 parent 5e5cfc1 commit 41aa872

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v1.40.4
2+
## What's Changed
3+
* Patch boto process to cover shap mismatch boto to schema by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4275
4+
* Update CloudFormation schemas to `2025-10-31` by @github-actions[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4270
5+
6+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.40.3...v1.40.4
7+
18
### v1.40.3
29
## What's Changed
310
* Update CloudFormation schemas to `2025-10-27` by @github-actions[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4261

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y
347347
```yaml
348348
repos:
349349
- repo: https://github.com/aws-cloudformation/cfn-lint
350-
rev: v1.40.3 # The version of cfn-lint to use
350+
rev: v1.40.4 # The version of cfn-lint to use
351351
hooks:
352352
- id: cfn-lint
353353
files: path/to/cfn/dir/.*\.(json|yml|yaml)$
@@ -358,7 +358,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa
358358
```yaml
359359
repos:
360360
- repo: https://github.com/aws-cloudformation/cfn-lint
361-
rev: v1.40.3 # The version of cfn-lint to use
361+
rev: v1.40.4 # The version of cfn-lint to use
362362
hooks:
363363
- id: cfn-lint-rc
364364
```

src/cfnlint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
SPDX-License-Identifier: MIT-0
44
"""
55

6-
__version__ = "1.40.3"
6+
__version__ = "1.40.4"

0 commit comments

Comments
 (0)