From 6be131d602ecedd75917f072adb4ba0023c14b98 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Wed, 11 Nov 2020 23:29:18 +0000 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 4 ++++ src/Pest.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b31dae..6e4a8ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v0.3.12 (2020-11-11)](https://github.com/pestphp/pest/compare/v0.3.11...v0.3.12) +### Added +- Add support for PHPUnit 9.4.3 ([#219](https://github.com/pestphp/pest/pull/219) + ## [v0.3.11 (2020-11-09)](https://github.com/pestphp/pest/compare/v0.3.10...v0.3.11) ### Changed - Improved the exception output for the TeamCity printer (usage with phpstorm plugin) ([#215](https://github.com/pestphp/pest/pull/215)) diff --git a/src/Pest.php b/src/Pest.php index 2422309d..ef49a966 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,5 +6,5 @@ namespace Pest; function version(): string { - return '0.3.11'; + return '0.3.12'; }