From 27b349cf853ec4c71def1814b299a397c6861a48 Mon Sep 17 00:00:00 2001 From: martina <martina@freirad.at> Date: Thu, 23 May 2024 10:41:35 +0200 Subject: [PATCH] Chore: change Unreleased CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b6e564..12ef5a47 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 -- GitLab