From a7f0fcf8b5fdd249a10f8f4c0fa948a6a26f60e9 Mon Sep 17 00:00:00 2001 From: Justin Hammond <39606064+Justintime50@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:24:17 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 373a62a..15f209e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v3.2.0 (2025-01-07) - Adds confirmation prompts to deleting records - Fixes a bug where you could not delete an image used by a post by adding a database migration to set the `image_id` to null on posts when an image is deleted that is still referred to in a post