diff --git a/CHANGELOG.md b/CHANGELOG.md
index fdfefdccbad9c45716b7b1cf1dca98e1edd51cdc..9e66f8b9d7d7eac8f0dc268a2f272e84ebab621d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-alpha.21](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.20...v1.0.0-alpha.21) (2020-11-24)
+
+
+### Features
+
+* **platforms:** add Fediverse and some funding platforms, add link on logo ([afc3d50](https://code.podlibre.org/podlibre/castopod/commit/afc3d50289bb4173e0697d109ffe72f6814b93d1))
+
 # [1.0.0-alpha.20](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2020-11-24)
 
 
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index d87a13a42485da24633b018caefc3cdbbce1ce60..bdcf556dbece66c1c8bed0bdd248bc0627b9896b 100644
--- a/app/Config/Constants.php
+++ b/app/Config/Constants.php
@@ -7,7 +7,7 @@
 //
 // NOTE: this constant is updated upon release with Continuous Integration.
 //
-defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.20');
+defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.21');
 
 //--------------------------------------------------------------------
 // App Namespace
diff --git a/composer.json b/composer.json
index 8c6b47dd72aaae224b8afeab600708db8ebe79f4..bd28a6170e58b50ccb1e62f62643663025172a2f 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod",
-  "version": "1.0.0-alpha20",
+  "version": "1.0.0-alpha21",
   "type": "project",
   "description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
   "homepage": "https://castopod.org",
diff --git a/package-lock.json b/package-lock.json
index 88c6a41ffb6943e8425376e39177d2cc5c6a2e3f..65a27a14f273edeac1c6f07d0da1be206764fe3c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.20",
+  "version": "1.0.0-alpha.21",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index fe594abb275dc2a6b3f4ebe2e4db91252cd33136..d1f38f19c5c0cb59d6269b526a1e9a79956ad456 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.20",
+  "version": "1.0.0-alpha.21",
   "description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
   "private": true,
   "license": "AGPL-3.0-or-later",