From c7e1de28469b16b21a170a200a7a9e810bb5cdff Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Mon, 4 Dec 2023 00:16:34 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0375f7e..5e580c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.6.0] - 2023-12-04 + +### Added + +* Allow disabling problem matchers (#27) + This can be useful when having a matrix of jobs, that produce the same errors. + ## [1.5.0] - 2023-05-29 ### Added