diff --git a/CHANGELOG.md b/CHANGELOG.md
index 863bbd5136831e9d18c7af99d505b18c193a60b6..28d2a54975f55fc59ef205bf338a50adea2a8264 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-alpha.31](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2020-12-23)
+
+
+### Features
+
+* **rss:** add podcast:location tag ([c0a2282](https://code.podlibre.org/podlibre/castopod/commit/c0a22829bd87d48535a86e60c6cd7280e44683a2))
+
 # [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)
 
 
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index 71bab65a3396823468f799c04c127e7fa08e0ddc..2dca41a2427422d4431c776c971eaf81c8c5a148 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.30');
+defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.31');
 
 //--------------------------------------------------------------------
 // App Namespace
diff --git a/composer.json b/composer.json
index b97d35c92e780c3272d71061d52d7baf57eaa11c..757d0d948ce0f8879bb9cc2f04d63ac8f8efbecf 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod",
-  "version": "1.0.0-alpha30",
+  "version": "1.0.0-alpha31",
   "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 e7db2ae3fb02882f483f213c474a43d4d05eba34..341073a1cd7522984f7e39bc63fceba9b386e431 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.30",
+  "version": "1.0.0-alpha.31",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index b1c86fc0f5f9938882ebee57b12bd5286a62ddce..801c8ea200faf993a47aced843a99f5ecdc79386 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.30",
+  "version": "1.0.0-alpha.31",
   "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",