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",