From 8d6fe68c5183be6dd78bb374684ff9de38e73e17 Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Wed, 21 Feb 2024 17:53:52 +0100
Subject: [PATCH] fix(changelog): Update to "keepachangelog" format

---
 CHANGELOG.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7696be3..ed578d0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,20 +20,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Changed
 
+- **BREAKING:** The IDs of the "owned shows" and the "public shows" are now listed as `ownedShowIds` and `publicShowIds` in the OICD scope claims.
 - `note_id` and `show_id` are read-only fields of the `TimeslotSerializer` (steering#171)
 - `Note.tags` are exposed as list of strings (steering#158)
 - Django’s model permissions and additional custom permissions are now used (steering#177)
-- `type` in `Link` model is now foreign key reference to the `LinkType` model.  The serializers expect a `typeId` (steering#187)
+- `type` in `Link` model is now foreign key reference to the `LinkType` model. The serializers expect a `typeId` (steering#187)
 
 ### Removed
 
 - `note_id` and `show` fields from the `Timeslot` model (steering#171)
 - `type` field from `LinkType` model (steering#187)
 
-### Breaking
-
-- The IDs of the "owned shows" and the "public shows" are now listed as `ownedShowIds` and `publicShowIds` in the OICD scope claims.
-
 ## [1.0.0-alpha2] - 2023-06-20
 
 ### Added
@@ -71,4 +68,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ## [1.0.0-alpha1] - 2023-02-24
 
 Initial release.
-
-- 
GitLab