From 59b76587df6766d7ae7c5d0489d5db378ad42681 Mon Sep 17 00:00:00 2001
From: Sage Abdullah <sage.abdullah@torchbox.com>
Date: Wed, 6 Dec 2023 17:04:58 +0000
Subject: [PATCH] Fill in release date for 5.2.2

---
 CHANGELOG.txt          | 3 ++-
 docs/releases/5.2.2.md | 4 +---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 7f30aeb817..8719ca72fd 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -58,9 +58,10 @@ Changelog
  * Maintenance: Upgrade `ruff` and replace `black` with `ruff format` (John-Scott Atlakson)
  * Maintenance: Update Willow upper bound to 2.x (Dan Braghis)
 
-5.2.2 (xx.xx.xxxx) - IN DEVELOPMENT
+5.2.2 (06.12.2023)
 ~~~~~~~~~~~~~~~~~~
 
+ * Added support for Django 5.0
  * Fix: Use a visible border and background color to highlight active formatting in the rich text toolbar (Cassidy Pittman)
  * Fix: Ensure image focal point box can be removed (Gunnar Scherf)
  * Fix: Ensure that Snippets search results correctly use the `index_results.html` or `index_results_template_name` override on initial load (Stefan Hammer)
diff --git a/docs/releases/5.2.2.md b/docs/releases/5.2.2.md
index 1cdb638610..ea56b53e76 100644
--- a/docs/releases/5.2.2.md
+++ b/docs/releases/5.2.2.md
@@ -1,6 +1,6 @@
 # Wagtail 5.2.2 release notes
 
-_Unreleased_
+_December 6, 2023_
 
 ```{contents}
 ---
@@ -20,5 +20,3 @@ depth: 1
  * Avoid error when attempting to moderate a page drafted by a now deleted user (Dan Braghis)
  * Ensure workflow dashboard panels work when the page/snippet is missing (Sage Abdullah)
  * Prevent custom controls from stacking on top of the comment button in Draftail toolbar (Ben Morse)
-
-### Documentation