diff --git a/CHANGELOG b/CHANGELOG
index ff235ab..2819999 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -59,3 +59,12 @@
* Remove deprecated video abuse API
* Update the default configuration to not federate unlisted videos. We recommend to admins to update this [setting](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L182)
* Update the default configuration to remove remote video views to reduce DB size and improve performances. We recommend to admins to update this [setting](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L170)
+
+[2.0.1]
+* Update Peertube to 3.0.1
+* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.0.1)
+* Security: Fix retrieving data of another user if the username contains _ when fetching my information
+* Fix account feed URL
+* Log RTMP server error (address already in use)
+* Fix NPM theme links in admin theme page
+* Don't reject AP actors with empty description
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 1039c62..4a5941c 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -1,5 +1,5 @@
{
- "version": "2.0.0",
+ "version": "2.0.1",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
"author": "PeerTube developers",
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index c1238e9..c2d8726 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages PeerTube 3.0.0
+This app packages PeerTube 3.0.1
## About