Bump version

This commit is contained in:
Johannes Zellner 2024-09-30 17:01:21 +02:00
parent e0fe8a9aba
commit 43328753d8
2 changed files with 13 additions and 2 deletions

View file

@ -492,3 +492,14 @@
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.12)
* This is a hotfix release for an issue introduced in 4.2.11
[1.13.6]
* Update Mastodon to 4.2.13
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.13)
* Fix ReDoS vulnerability on some Ruby versions (GHSA-jpxp-r43f-rhvx)
* Update dependencies
* Add “A Mastodon update is available.” message on admin dashboard for non-bugfix updates (#32106 by @ClearlyClaire)
* Change Mastodon to issue correct HTTP signatures by default (#31994 by @ClearlyClaire)
* Fix replies collection being cached improperly
* Fix security context sometimes not being added in LD-Signed activities (#31871 by @ClearlyClaire)
* Fix error when encountering reblog of deleted post in feed rebuild (#32001 by @ClearlyClaire)

View file

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.13.5",
"upstreamVersion": "4.2.12",
"version": "1.13.6",
"upstreamVersion": "4.2.13",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,