From 2deedcc32b0de8e6525b6672f745a5f06fc2820f Mon Sep 17 00:00:00 2001 From: Gabriel Ramos Date: Wed, 3 Jun 2026 18:28:02 -0300 Subject: [PATCH] Add changelog with content fix --- web/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/CHANGELOG.md b/web/CHANGELOG.md index 8273dd4853..96cd3d7c38 100644 --- a/web/CHANGELOG.md +++ b/web/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [1.2.1] - 2026-06-03 + +### Fixed + +- Content manifest fetch now treats a 404 response as an empty manifest instead of throwing, fixing portal extension startup when no content has been published. + ## [1.2.0] - 2026-05-27 ### Added