From 685780d705844672d6dd40fadf7d8c71ef36db94 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sun, 26 Nov 2023 20:51:14 +0100 Subject: [PATCH] Release: v2023.11.4 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac6539f90..4ec361f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v2023.11.4 +This release contains an important security fix. Upgrading is therefore strongly recommended. + +### Bug fixes +- HTTP signatures are now properly validated everywhere + +### Attribution +This release was made possible by project contributors: Laura Hausmann + +It also includes cherry-picked contributions from external contributors: perillamint, yunochi + ## v2023.11.3 This release contains yet more packaging and distribution-related changes, including some required for packaging the project for NixOS. diff --git a/package.json b/package.json index 4284d7bc5..70796dadc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iceshrimp", - "version": "2023.11.3", + "version": "2023.11.4", "codename": "aqua", "repository": { "type": "git",