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).