From 77f9fa9a634324cc8ba421a901dae229bec39462 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 16 Feb 2024 13:33:45 +0100 Subject: [PATCH] Bump version --- CHANGELOG | 9 +++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index dc8c597..e754058 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -448,3 +448,12 @@ * Fix ongoing streaming sessions not being invalidated when applications get deleted in some cases (GHSA-7w3c-p9j8-mq3x) * Update the sidekiq-unique-jobs dependency (see GHSA-cmh9-rx85-xj38) +[1.13.0] +* Update Mastodon to 4.2.7 +* This release is an important security release fixing several security issue. +* With this package release, the app moves from LDAP authentication to OpenID Connect +* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.7) +* Fix OmniAuth tests and edge cases in error handling (ClearlyClaire, ClearlyClaire) +* Fix new installs by upgrading to the latest release of the nsa gem, instead of a no longer existing commit (mjankowski) +* Fix insufficient checking of remote posts (GHSA-jhrq-qvrm-qr36) + diff --git a/CloudronManifest.json b/CloudronManifest.json index f775300..c9a4d45 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.12.6", - "upstreamVersion": "4.2.6", + "version": "1.13.0", + "upstreamVersion": "4.2.7", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1610612736,