Bump version

This commit is contained in:
Johannes Zellner 2024-02-01 17:29:01 +01:00
parent b4f7038f79
commit 941292bf52
2 changed files with 7 additions and 2 deletions

View file

@ -433,3 +433,8 @@
* Fix RecordNotUnique errors in LinkCrawlWorker (tribela)
* Fix Mastodon not correctly processing HTTP Signatures with query strings (ClearlyClaire, ClearlyClaire)
[1.12.5]
* Update Mastodon to 4.2.5
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.5)
* Fix insufficient origin validation (CVE-2024-23832, GHSA-3fjr-858r-92rw)

View file

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.12.4",
"upstreamVersion": "4.2.4",
"version": "1.12.5",
"upstreamVersion": "4.2.5",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,