Bump version

This commit is contained in:
Johannes Zellner 2024-04-29 13:40:43 +02:00
parent cad464a8c8
commit c348b44294
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

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