From f1a3965881e9ed83fd94c1b6bf5042bdd58fd6e4 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sun, 18 Feb 2024 02:13:18 +0100 Subject: [PATCH] Release: v2023.12.5 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb71ff3d0..78eeef27d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v2023.12.5 +This is a followup security release. Upgrading is recommended. + +### Backend +- When fetching activities, the JSON-LD profile is now enforced for responses with application/ld+json content type +- Incoming note edits with attachment and no alt text no get silently dropped + +### Attribution +This release was made possible by project contributors: Laura Hausmann + ## v2023.12.4 This is a security release. Upgrading is therefore strongly recommended. diff --git a/package.json b/package.json index b9c4b6f23..e7c695e80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iceshrimp", - "version": "2023.12.4", + "version": "2023.12.5", "repository": { "type": "git", "url": "https://iceshrimp.dev/iceshrimp/iceshrimp.git"