From 8cf5cd79ed048648f08a73feaacba160138a965e Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 19 Mar 2024 15:36:19 -0700 Subject: [PATCH] Finish 4.0.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cda222..1b1f54f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Guest Entries -## Unreleased +## 4.0.0 - 2024-03-19 - Added Craft 5 compatibility. - The `guest-entries/save` action now responds with all entry data nested in an `entry` key, and a `200` or `400` response status depending on whether the action was successful or failed, when requested via Ajax. ([#85](https://github.com/craftcms/guest-entries/pull/85))