From 8cd9075ac8d2462dd659a39c3c108445f787f073 Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Thu, 7 Jul 2022 15:49:04 -0400 Subject: [PATCH] Fixed changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7a6ca7..59b92c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Release Notes for Element API ## 3.0.1 - 2022-07-07 -- Fix an issue where `EVENT_BEFORE_SEND_DATA` wasn't returning data. ([#165](https://github.com/craftcms/element-api/issues/165)) + +### Fixed +- Fixed an issue where `EVENT_BEFORE_SEND_DATA` wasn't returning data. ([#165](https://github.com/craftcms/element-api/issues/165)) ## 3.0.0 - 2022-05-03