diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d5e5d2c8390460339228b97b99d0a67490105a2..863bbd5136831e9d18c7af99d505b18c193a60b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-alpha.30](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2020-12-21)
+
+
+### Features
+
+* **rss:** update monetization tag so that it meets PodcastIndex requirements ([4c7ecbe](https://code.podlibre.org/podlibre/castopod/commit/4c7ecbee83950e5f9f2482cedaab18a1ac9bfc9e))
+
 # [1.0.0-alpha.29](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2020-12-10)
 
 
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index 44cad277ed86b90d5bc46989164644ca6db0c510..71bab65a3396823468f799c04c127e7fa08e0ddc 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.29');
+defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.30');
 
 //--------------------------------------------------------------------
 // App Namespace
diff --git a/composer.json b/composer.json
index 4b7237489fb327218e2ddb0dbc630d630de69e70..b97d35c92e780c3272d71061d52d7baf57eaa11c 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod",
-  "version": "1.0.0-alpha29",
+  "version": "1.0.0-alpha30",
   "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 f1d50eade6a8db885e80579a5cf49e02ff091284..e7db2ae3fb02882f483f213c474a43d4d05eba34 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.29",
+  "version": "1.0.0-alpha.30",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 6e48d5857916d258c63f7c280cd97e2241d96603..b1c86fc0f5f9938882ebee57b12bd5286a62ddce 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.29",
+  "version": "1.0.0-alpha.30",
   "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",