From 38d284c51a9d8d0715de95ade12db793244606b0 Mon Sep 17 00:00:00 2001
From: Travis Ralston <travis+github@t2bot.io>
Date: Thu, 5 Aug 2021 15:53:06 -0600
Subject: [PATCH] Update CHANGELOG.md

---
 CHANGELOG.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e2583f2..7e89a83b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,15 +12,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 In a future version (likely the next), the in-memory cache support will be removed. Instead, please use the Redis
 caching that is now supported properly by this release, or disable caching if not applicable for your deployment.
 
+### Added
+
+* Added support for `HEAD` at the `/healthz` endpoint.
+
 ### Changed
 
 * Support the Redis config at the root level of the config, promoting it to a proper feature.
-* Fixed blurhash implementation to match MSC.
 
 ### Fixed
 
 * Improved performance of datastore selection when only one datastore is eligible to contain media.
 * Fixed blurhash not enabling itself.
+* Fixed blurhash implementation to match MSC.
 
 ## [1.2.8] - April 30th, 2021
 
-- 
GitLab