diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ba4964..6253a940 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.0.2 (2021-02-04)](https://github.com/pestphp/pest/compare/v1.0.1...v1.0.2) +### Added +- Support for PHPUnit 9.5.2 ([#267](https://github.com/pestphp/pest/pull/267)) + ## [v1.0.1 (2021-01-18)](https://github.com/pestphp/pest/compare/v1.0.0...v1.0.1) ### Added - Support for PHPUnit 9.5.1 ([#261](https://github.com/pestphp/pest/pull/261)) diff --git a/src/Pest.php b/src/Pest.php index 712d222e..533d7432 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,5 +6,5 @@ namespace Pest; function version(): string { - return '1.0.1'; + return '1.0.2'; }