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",