mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
Release: v2023.12.5
This commit is contained in:
parent
27017272b8
commit
f1a3965881
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
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.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "iceshrimp",
|
||||
"version": "2023.12.4",
|
||||
"version": "2023.12.5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://iceshrimp.dev/iceshrimp/iceshrimp.git"
|
||||
|
|
Loading…
Reference in a new issue