From 4c911cd0eb4d6d1a69f94730e3b885841504f067 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Mon, 7 Jun 2021 08:59:27 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 3 +++ src/Pest.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aba3fe63..449b6694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - Added for PHPUnit 9.5.5 ([#310](https://github.com/pestphp/pest/pull/310)) +### Changed +- Lock minimum Pest plugin versions ([#306](https://github.com/pestphp/pest/pull/306)) + ## [v1.3.0 (2021-05-23)](https://github.com/pestphp/pest/compare/v1.2.1...v1.3.0) ### Added - Named datasets no longer show the arguments ([#302](https://github.com/pestphp/pest/pull/302)) diff --git a/src/Pest.php b/src/Pest.php index d0ae86c4..4dda7ccd 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '1.3.0'; + return '1.3.1'; } function testDirectory(string $file = ''): string