Version 1.8.5

This commit is contained in:
Girish Ramakrishnan 2022-11-15 09:20:19 +01:00
parent 6e38f9df98
commit d3e5da4dd2
2 changed files with 7 additions and 2 deletions

View file

@ -206,3 +206,8 @@
* Fix rate limiting for paths with formats (Gargron)
* Fix out-of-bound reads in blurhash transcoder (delroth)
[1.8.5]
* Update Mastodon to 3.5.5
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.5.5)
* Fix nodes order being sometimes mangled when rewriting emoji (ClearlyClaire)

View file

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.8.4",
"upstreamVersion": "3.5.4",
"version": "1.8.5",
"upstreamVersion": "3.5.5",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,