Bump version

This commit is contained in:
Johannes Zellner 2023-07-21 17:50:50 +02:00
parent 0f61e3c04e
commit 83e912931b
2 changed files with 12 additions and 2 deletions

View file

@ -324,3 +324,13 @@
* Fix crash in admin interface when viewing a remote user with verified links (ClearlyClaire)
* Fix processing of media files with unusual names (ClearlyClaire)
[1.11.7]
* Update Mastodon to 4.1.5
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.1.5)
* Add check preventing Sidekiq workers from running with Makara configured (ClearlyClaire)
* Change request timeout handling to use a longer deadline (ClearlyClaire)
* Fix moderation interface for remote instances with a .zip TLD (ClearlyClaire)
* Fix remote accounts being possibly persisted to database with incomplete protocol values (ClearlyClaire)
* Fix trending publishers table not rendering correctly on narrow screens (vmstan)
* Fix CSP headers being unintentionally wide (ClearlyClaire)

View file

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.11.6",
"upstreamVersion": "4.1.4",
"version": "1.11.7",
"upstreamVersion": "4.1.5",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,