From 812f943dc6556331240efdbabae7b72f48a18cbc Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Wed, 21 Oct 2020 11:28:30 +0200 Subject: [PATCH] v3.3.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 204d120..280c380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `enum` will be documented in this file +## 3.3.0 - 2020-10-21 + +- Add `\Spatie\Enum\Phpunit\EnumAssertions` with a default set of assertions - [#71](https://github.com/spatie/enum/pull/71) + ## 3.2.0 - 2020-10-08 - Support PHP ^8.0