From 3fbec70ed3da881e13b38f7ed70690d6bde84b42 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 1 Nov 2020 23:22:18 +0100 Subject: [PATCH] chore: updates changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 223162c9..a714dff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.3.10 (2020-11-01)](https://github.com/pestphp/pest/compare/v0.3.9...v0.3.10) +### Added +- Add support for PHPUnit 9.4.2 ([d177ab5](https://github.com/pestphp/pest/commit/d177ab5ec2030c5bb8e418d10834c370c94c433d)) + ## [v0.3.9 (2020-10-13)](https://github.com/pestphp/pest/compare/v0.3.8...v0.3.9) ### Added - Add support for named datasets in description output ([#134](https://github.com/pestphp/pest/pull/134))