From c348b44294b6189a8da2eff1e2ab3a4728a458b3 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 29 Apr 2024 13:40:43 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 ++++++ CloudronManifest.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6846a87..d3b2dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -311,3 +311,9 @@ Update web browsers support list: * [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.0.4) * Important: Prevent XSS injection in embed. Thanks Syst3m0ver! +[2.16.0] +* Update PeerTube to 6.1.0 +* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.1.0) +* Compact ActivityPub JSON-LD objects before using them to prevent incorrect access control @tesaguri +* Protect ActivityPub information related to private/internal/blocked videos + diff --git a/CloudronManifest.json b/CloudronManifest.json index 371ef4f..43e80b3 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,6 +1,6 @@ { - "version": "2.15.2", - "upstreamVersion": "6.0.4", + "version": "2.16.0", + "upstreamVersion": "6.1.0", "id": "org.joinpeertube.cloudronapp", "title": "PeerTube", "author": "PeerTube developers",