From 18e0033fc1ca991639458c7b7b39df19e540063a Mon Sep 17 00:00:00 2001 From: Martin Chodur Date: Fri, 8 Mar 2024 17:32:24 +0100 Subject: [PATCH] chore: bump version 2.13.0 Signed-off-by: Martin Chodur --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4934e5c..9eb34bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.13.0] - 2024-03-08 - Added: support for disabling validation using comments in yaml rules per rule group and for the whole file. - Docs: Updated/improved documentation on how to disable validations and validation rules.