Bump version

This commit is contained in:
Johannes Zellner 2024-07-04 18:29:47 +02:00
parent 265e96fe9a
commit 081522e486
2 changed files with 6 additions and 2 deletions

View file

@ -479,3 +479,7 @@
* Fix password change endpoint not being rate-limited (GHSA-q3rg-xx5v-4mxh)
* Add hardening around rate-limit bypass (GHSA-c2r5-cfqr-c553)
[1.13.3]
* Update Mastodon to 4.2.10
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.10)

View file

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.13.2",
"upstreamVersion": "4.2.9",
"version": "1.13.3",
"upstreamVersion": "4.2.10",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,