From 21319a55733c134b8bbfd97e408f85d43ff9a0e8 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sun, 26 Nov 2023 21:13:29 +0100 Subject: [PATCH] Release: v2023.12-pre2 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6e533d2..b9b547461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v2023.12-pre2 +This release contains an important security fix. Upgrading is therefore strongly recommended. If you are on or want to upgrade to a stable release, please refer to the stable backport release [v2023.11.4](https://iceshrimp.dev/iceshrimp/iceshrimp/releases/tag/v2023.11.4) instead. + +### 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.12-pre1 It's been a while, but it's time for another prerelease. This release cycle is going to primarily focus on performance, both in the backend and the frontend. diff --git a/package.json b/package.json index eca5332eb..292fe68d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iceshrimp", - "version": "2023.12-pre1", + "version": "2023.12-pre2", "repository": { "type": "git", "url": "https://iceshrimp.dev/iceshrimp/iceshrimp.git"