From cfbcf53147d993fa6120e73018c8d6d6e9218b20 Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Wed, 10 Mar 2021 17:48:55 +0100 Subject: [PATCH] v3.7.2 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55186e1..28da293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `enum` will be documented in this file +## 3.7.2 - 2021-03-10 + +- Fix problem with `@readonly` annotation and annotation parsing libraries - [#92](https://github.com/spatie/enum/pull/92) + ## 3.7.1 - 2021-02-12 - Add description to PHPUnit assertion methods - [#88](https://github.com/spatie/enum/pull/88)