From 79d79b9564155f77ae66635383f175f582b24187 Mon Sep 17 00:00:00 2001
From: Joscha Schmiedt <joscha@schmiedt.dev>
Date: Wed, 26 Mar 2025 17:58:03 +0100
Subject: [PATCH] Update CHANGELOG.md about resumable file upload API

---
 CHANGELOG.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb572ac..d278c7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,8 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added ###
 
+
+- The file transmission API was extended to support resumable file uploads via an LinkAhead
+  Upload Protocol. The currently planned protocol is the TUS protocol. The resumable upload
+  API is still in alpha status.
+
 ### Changed ###
 
+- The file transmission API was split from the entity API into its own proto file (v1alpha).
+  The entity API version is incremented to v2alpha1. is currently identical to v1 but
+  lacking the file transmission API). 
+
 ### Deprecated ###
 
 ### Removed ###
-- 
GitLab