From 2332d2ea587302f94cc40d84805aff2460434c0e Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Mon, 26 Feb 2024 21:43:51 -0400
Subject: [PATCH] docs: update CHANGELOG

---
 CHANGELOG.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7dbd32bb..06c77f5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ 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]
+## [1.0.0-alpha3] - 2024-02-26
 
 ### Added
 
@@ -30,6 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - `note_id` and `show` fields from the `Timeslot` model (steering#171)
 - `type` field from `LinkType` model (steering#187)
+- `owner` and `slug` fields from `Note` model.
+
+### Deprecated
+
+- Nested routes for shows, show/timeslots, show/schedules, show/schedule/timeslot will be removed with alpha-4.
 
 ## [1.0.0-alpha2] - 2023-06-20
 
-- 
GitLab