From 2deb53c14ff7827dce74baa704d16e1be3cd355b Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Mon, 18 Jan 2021 09:50:21 +0000 Subject: [PATCH] docs: fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19d546f9..15ba4964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.0 (2021-01-18)](https://github.com/pestphp/pest/compare/v1.0.0...v1.0.1) +## [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))