From 4855987ba8f218f04e1bde7e84b68d7d0d7e73b9 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Wed, 30 Sep 2020 13:03:23 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0911cdd9..670d1218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.3.7 (2020-09-30)](https://github.com/pestphp/pest/compare/v0.3.6...v0.3.7) +### Added +- Add support for PHPUnit 9.3.11 ([#193](https://github.com/pestphp/pest/pull/193)) + ## [v0.3.6 (2020-09-21)](https://github.com/pestphp/pest/compare/v0.3.5...v0.3.6) ### Added - `toMatch` expectation ([#191](https://github.com/pestphp/pest/pull/191))