From cc6c5bf1999cd1c4d28d21f849c495df792573ff Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 4 Sep 2023 00:20:57 +0100 Subject: [PATCH] docs: updates changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 075e42f07..eecb07a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## [v2.17.0 (2023-09-04)](https://github.com/pestphp/pest/compare/v2.16.1...v2.17.0) + +### Added + +- `toHaveMethod` expectation ([#947](https://github.com/pestphp/pest/pull/947)) +- `toHaveAttribute` expectation ([#934](https://github.com/pestphp/pest/pull/934)) + ## [v2.16.1 (2023-08-29)](https://github.com/pestphp/pest/compare/v2.16.0...v2.16.1) > New changelog format starting this release.