diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72c3abd43140582404186b10677258e07b33567b..941c8a2dd3cb9554137dcaba220100bffb1045cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-alpha.25](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2020-11-30)
+
+
+### Features
+
+* **platforms:** add podfriend ([9fdc8d3](https://code.podlibre.org/podlibre/castopod/commit/9fdc8d32930234c7ffd2be6892be57febcef1086))
+
 # [1.0.0-alpha.24](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2020-11-26)
 
 
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index ece906a449e1c32e31f170ae4739162328b36f96..9016720f1a948673e0bb2d028c4753085112243c 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.24');
+defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.25');
 
 //--------------------------------------------------------------------
 // App Namespace
diff --git a/composer.json b/composer.json
index a8bf9acc9f4a21dd7269f3180aff10943664c530..199509916c7ce73dd3d59a083204aff5e04ef378 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod",
-  "version": "1.0.0-alpha24",
+  "version": "1.0.0-alpha25",
   "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 014b746ea98beb2aeabe9b122bd279bc0b91f63e..030b413d83cdc5f097dcf0897189d4bf38f34e82 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.24",
+  "version": "1.0.0-alpha.25",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 6db132624c3fee69eb46723da5e6cdc0067d2947..51954df1f68a8a717d268a24860e7e3096eb7b1c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.24",
+  "version": "1.0.0-alpha.25",
   "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",