From 72d482de282ee4805047f76762813a33276780f9 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 1 Aug 2023 14:49:00 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 069625b0..ce229105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## [v2.11.0 (2023-08-01)](https://github.com/pestphp/pest/compare/v2.10.1...v2.11.0) + +### Added + +- `toBeInvokable`expectation ([#891](https://github.com/pestphp/pest/pull/891)) + ## [v2.10.1 (2023-07-31)](https://github.com/pestphp/pest/compare/v2.10.0...v2.10.1) ### Fixed