From 032bb2d404e8449b672c489f826c207d6e52a282 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Wed, 25 Sep 2024 15:11:25 +0200 Subject: [PATCH] Prepare release 2.4.0 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff15ab96..0f8ba1c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file. For previou The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased +* ... + +## [2.4.0] - 2024-09-25 ### Added -* `--exclude-testsuite` option [#273](https://github.com/facile-it/paraunit/pull/273) -* `--test-suffix` option [#273](https://github.com/facile-it/paraunit/pull/273) +* `--exclude-testsuite` option [#273](https://github.com/facile-it/paraunit/pull/273), thanks @raffaelecarelle +* `--test-suffix` option [#273](https://github.com/facile-it/paraunit/pull/273), thanks @raffaelecarelle ## [2.3.4] - 2024-08-07 * Fix PHPUnit 11.3 compat [#260](https://github.com/facile-it/paraunit/pull/260), thanks @kubawerlos