From 39ca987531a9c7ffa64e1588dd1131273cfdb6b6 Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Mon, 5 Aug 2024 10:24:23 -0700 Subject: [PATCH] Release v1.9.5 (#3568) --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- src/cfnlint/version.py | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2fbdd89e0..41dbc63704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### v1.9.5 +## What's Changed +* Increase the max value of `AWS::Cognito::UserPoolClient#RefreshTokenValidity` to `315360000` by @BR0kEN- in https://github.com/aws-cloudformation/cfn-lint/pull/3567 +* Update CloudFormation schemas to 2024-08-05 by @github-actions in https://github.com/aws-cloudformation/cfn-lint/pull/3539 + +## New Contributors +* @BR0kEN- made their first contribution in https://github.com/aws-cloudformation/cfn-lint/pull/3567 + +**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.9.4...v1.9.5 + ### v1.9.4 ## What's Changed * Add logic to handle Ref `AWS::NoValue` in list by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3563 diff --git a/README.md b/README.md index 32b098ec76..4d0815ff0d 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y ```yaml repos: - repo: https://github.com/aws-cloudformation/cfn-lint - rev: v1.9.4 # The version of cfn-lint to use + rev: v1.9.5 # The version of cfn-lint to use hooks: - id: cfn-lint files: path/to/cfn/dir/.*\.(json|yml|yaml)$ @@ -353,7 +353,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa ```yaml repos: - repo: https://github.com/aws-cloudformation/cfn-lint - rev: v1.9.4 # The version of cfn-lint to use + rev: v1.9.5 # The version of cfn-lint to use hooks: - id: cfn-lint-rc ``` diff --git a/src/cfnlint/version.py b/src/cfnlint/version.py index d8425244e6..b2401f3291 100644 --- a/src/cfnlint/version.py +++ b/src/cfnlint/version.py @@ -3,4 +3,4 @@ SPDX-License-Identifier: MIT-0 """ -__version__ = "1.9.4" +__version__ = "1.9.5"