diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d65762..aeb1555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `enum` will be documented in this file +## 3.7.0 - 2021-01-13 + +- Add ability to use a `Closure` as value/label map - [#87](https://github.com/spatie/enum/pull/87) + ## 3.6.4 - 2021-01-13 - Add psalm annotations to seal and lock internals - [#85](https://github.com/spatie/enum/pull/85)