From 3bac0164e855561fe1f324b370f8afa2c4525542 Mon Sep 17 00:00:00 2001
From: Bjarke Madsen <bjarke@nordu.net>
Date: Wed, 22 Jan 2025 15:01:24 +0100
Subject: [PATCH] update changelog

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

diff --git a/Changelog.md b/Changelog.md
index 22792a66..b1587b59 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,9 +2,10 @@
 
 All notable changes to this project will be documented in this file.
 
-## [0.81] - 
+## [0.81] - 2025-01-22
 - Harden get_response_data for moving responses from a previous survey to a new survey year.
 - Moved response data now satisfies the dependencies of the new survey. If a question would be hidden in the new survey, the data for that question is removed.
+- Changed string lengths to minimum 256 and updated the survey publisher to handle max string lengths without erroring.
 
 ## [0.80] - 2025-01-21
 - Add missing legacy_publisher module due to missing init file
-- 
GitLab