From 978bdc646622d36a8e44d398a5c72b8b22bb2ce2 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Tue, 30 Dec 2025 15:41:40 +0000 Subject: [PATCH] docs: Changelog --- CHANGELOG.md | 12 ++++++++++++ changelog.d/1251.feature | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md delete mode 100644 changelog.d/1251.feature diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..36fe4ca5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Continuwuity 0.5.0 (2025-12-30) + +**This release contains a CRITICAL vulnerability patch, and you must update as soon as possible** + +## Features + +- Enabled the OLTP exporter in default builds, and allow configuring the exporter protocol. (@Jade). (#1251) + +## Bug Fixes + +- Don't allow admin room upgrades, as this can break the admin room (@timedout) (#1245) +- Fix invalid creators in power levels during upgrade to v12 (@timedout) (#1245) diff --git a/changelog.d/1251.feature b/changelog.d/1251.feature deleted file mode 100644 index 54544270..00000000 --- a/changelog.d/1251.feature +++ /dev/null @@ -1 +0,0 @@ -Enabled the OLTP exporter in default builds, and allow configuring the exporter protocol. (@Jade).