diff --git a/Changelog.md b/Changelog.md
index 2e573a9f62680aab2606530150da63dba37e149d..638ed36f69cea2350a3e8f0c2cb53f9415c20c90 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,14 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.88] - 2025-02-05
+- Fix data download for models that are already stored in a flat format (previously only provided the last value for a given year, instead of all values)
+- Fix ordering of years in ScrollableMatrix
+- Add code-splitting to reduce load time significantly for everything except the survey (survey-core library is HUGE)
+- Fix security controls import / publishing to not include comment if "other" wasn't selected
+- Add year to ServiceMatrix tooltips
+
+
 ## [0.87] - 2025-02-05
 - Use separate entrypoints for report & survey to reduce bundle sizes & load time