diff --git a/CHANGELOG.md b/CHANGELOG.md
index 442e55a4f4cd1293191bea28be8360bbf9950661..5f9cb26da8dac07b1b3a7a4475107481322a8e1e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-alpha.18](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2020-11-09)
+
+
+### Features
+
+* **platforms:** add Podcast Index ([ad52b1c](https://code.podlibre.org/podlibre/castopod/commit/ad52b1cc2b7d0bc844970214d205961a7196b4a9))
+
 # [1.0.0-alpha.17](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2020-11-05)
 
 
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index b7e1c0eaed4c37e3384d01d71015c33ba9a7e59b..1748c7fc3bd0f50d546e91828fafc27af678ec16 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.17');
+defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.18');
 
 //--------------------------------------------------------------------
 // App Namespace
diff --git a/composer.json b/composer.json
index f950f0a970b73f8deac143dde27917e2d52d4aa9..209bcad78446426ddb2ecbf033c35f35263f60af 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod",
-  "version": "1.0.0-alpha17",
+  "version": "1.0.0-alpha18",
   "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 93a63ebe25277f29419a2d1a8d3e5160a2d09dff..3634c5b8ec2788229d21ee50cad87a4251af7d45 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.17",
+  "version": "1.0.0-alpha.18",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index ae04816565c0334a05076da95b8c8b63fd0afd08..1481fa63b60d92faa28c43032fbed4d486c56bb8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.17",
+  "version": "1.0.0-alpha.18",
   "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",