From 19e3d929b116b991cc1a486bf20aa5656cf38c56 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 19 Jun 2023 10:29:10 +0100 Subject: [PATCH] docs: updates changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73065184..4464175f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## [v2.8.0 (2023-06-19)](https://github.com/pestphp/pest/compare/v2.7.0...v2.8.0) + +### Added +- Support for `globs` in `uses` ([#829](https://github.com/pestphp/pest/pull/829)) + ## [v2.7.0 (2023-06-15)](https://github.com/pestphp/pest/compare/v2.6.3...v2.7.0) ### Added