From d8d591e6997e8fd3f829a9d68ea99c10fb4ccd04 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Fri, 12 Apr 2024 18:12:38 -0400
Subject: [PATCH] docs: update CHANGELOG

---
 CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea449baa..e3dfb66c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - `Playlist` model as placeholder for custom permissions.
 - The route for `schdules` can now handle PATCH requests that don’t involve conflict resolution (steering#218)
 - `RadioSettings` model, admin, serializer, viewset and route to expose them (steering#173)
+- Management command and Makefile target to delete OIDC client (steering#219)
 
 ### Changed
 
@@ -38,7 +39,7 @@ 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.
+- **BREAKING:** The IDs of the "owned shows" and the "public shows" are now listed as `ownedShowIds` and `publicShowIds` in the OIDC 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)
-- 
GitLab