From 942b937a8fa52fde326114d74f1384a9cb2ff343 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 4 Apr 2024 15:56:19 +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 f2a6b9d..6846a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -305,3 +305,9 @@ Update web browsers support list: * Fix invalid remote live state change notification that causes the player to reload * Don't apply big play button skin to settings menu * Fix downloading video files from object storage with some video names (that include emojis, quotes etc) + +[2.15.2] +* Update PeerTube to 6.0.4 +* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.0.4) +* Important: Prevent XSS injection in embed. Thanks Syst3m0ver! + diff --git a/CloudronManifest.json b/CloudronManifest.json index 029d7db..371ef4f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,6 +1,6 @@ { - "version": "2.15.1", - "upstreamVersion": "6.0.3", + "version": "2.15.2", + "upstreamVersion": "6.0.4", "id": "org.joinpeertube.cloudronapp", "title": "PeerTube", "author": "PeerTube developers",