From 83e912931b971d80290feb61cc17a30713de19bb Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 21 Jul 2023 17:50:50 +0200 Subject: [PATCH] Bump version --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4cfa768..2ec33db 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 49f93e8..ea2df49 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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,