From 3a9997f9af651089769cf0d838b3f2e15733e1b0 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 29 Aug 2020 23:55:05 +0200 Subject: [PATCH] docs: updates changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ba7825..58dbf7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.3.1 (2020-08-29)](https://github.com/pestphp/pest/compare/v0.3.0...v0.3.1) +### Added +- Support to PHPUnit 9.3.8 ([#174](https://github.com/pestphp/pest/pull/174)) + ## [v0.3.0 (2020-08-27)](https://github.com/pestphp/pest/compare/v0.2.3...v0.3.0) ### Added - Expectation API (TODO)