mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-25 09:11:00 +00:00
Bump version
This commit is contained in:
parent
e0fe8a9aba
commit
43328753d8
2 changed files with 13 additions and 2 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -492,3 +492,14 @@
|
||||||
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.12)
|
* [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
|
* 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)
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Federated social network",
|
"tagline": "Federated social network",
|
||||||
"version": "1.13.5",
|
"version": "1.13.6",
|
||||||
"upstreamVersion": "4.2.12",
|
"upstreamVersion": "4.2.13",
|
||||||
"healthCheckPath": "/about",
|
"healthCheckPath": "/about",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"memoryLimit": 1610612736,
|
"memoryLimit": 1610612736,
|
||||||
|
|
Loading…
Reference in a new issue