diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86b6e5649b9968d21b51d7e2b91f6334c04ccb05..12ef5a476760eede01cfb350bee04346fcb30103 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [Unreleased]
+
+### Changed
+
+- Changed the aura user and group ID from 2872 to 872.
+
 ## [1.0.0-alpha4] - 2024-04-17
 
 ### Added
@@ -19,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - The image URLs are now exposed as `url` and include the protocol to avoid mixed-media warnings (steering#194)
 - The `title` of a `Note` is nullable (steering#203)
 - A `Note` is attached to a `Timeslot` upon creation (steering#214)
-- Changed the aura user and group ID from 2872 to 872.
 
 ### Removed