From 049ce1845e119c12f888cedfb7b558b75f06598f Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Sat, 3 Oct 2020 12:27:01 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 670d1218..5928ea48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.3.8 (2020-10-03)](https://github.com/pestphp/pest/compare/v0.3.7...v0.3.8) +### Added +- Add support for PHPUnit 9.4.0 ([#199](https://github.com/pestphp/pest/pull/199)) + +### Fixed +- Fix chained higher order assertions returning void ([#196](https://github.com/pestphp/pest/pull/196)) + ## [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))