From 9f26c224a2fa335f33e6666cc078fbf388255e87 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 18 Apr 2023 13:58:05 +0200 Subject: [PATCH] Update the changelog --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ce97968..15111e6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 2.0.2 / 2023-04-18 + +Add the `@not-deprecated` annotation to avoid phpstan reporting `prophesize` as deprecated due to the TestCase deprecation. + # 2.0.1 / 2020-07-09 Add support for PHP 8