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