diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e01b157..f73671b5 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/). +## [v1.21.3 (2022-05-12)](https://github.com/pestphp/pest/compare/v1.21.2...v1.21.3) +### Fixed +- Debug of high order tests ([c1b32b9](https://github.com/pestphp/pest/commit/c1b32b9ffb5134803c490592454b11b8c05ea27d)) + ## [v1.21.2 (2022-03-05)](https://github.com/pestphp/pest/compare/v1.21.1...v1.21.2) ### Fixed - `toThrow` expectation when exception does not exist ([#487](https://github.com/pestphp/pest/pull/487)) diff --git a/src/Pest.php b/src/Pest.php index db7403a4..be69d7d8 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '1.21.2'; + return '1.21.3'; } function testDirectory(string $file = ''): string