diff --git a/CHANGELOG.md b/CHANGELOG.md
index 873605d0eb00c29c4c1b5e49214499f3c34d604f..ff2c9647ff7597ad0f6ffbfd6c270b78cb94b49a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-alpha.73](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.72...v1.0.0-alpha.73) (2021-09-22)
+
+### Bug Fixes
+
+- **map:** update episode markers query to discard unpublished episodes
+  ([b3caac4](https://code.podlibre.org/podlibre/castopod-host/commit/b3caac45b12a23e4289d00133d2ad7915d084c44))
+
 # [1.0.0-alpha.72](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.71...v1.0.0-alpha.72) (2021-09-20)
 
 ### Bug Fixes
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index ce4ea65b9a7de88a9de93a12e1758ec529b0a6a7..88f46b32867ab515b3579feee2cf7072185b82f5 100644
--- a/app/Config/Constants.php
+++ b/app/Config/Constants.php
@@ -11,7 +11,7 @@ declare(strict_types=1);
  |
  | NOTE: this constant is updated upon release with Continuous Integration.
  */
-defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.72');
+defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.73');
 
 /*
  | --------------------------------------------------------------------
diff --git a/composer.json b/composer.json
index 22dd0378f5e69dabc97bbcd17012884a88d8a636..ae2851fdac80a0b21cab351093adddfc246303e9 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod-host",
-  "version": "1.0.0-alpha72",
+  "version": "1.0.0-alpha73",
   "type": "project",
   "description": "Castopod Host 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 416f3686d62736f69f659cc02111df822b9f3dac..e716360e2e0d71bd31c66a1be9881bd8c9599248 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "castopod-host",
-  "version": "1.0.0-alpha.72",
+  "version": "1.0.0-alpha.73",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "castopod-host",
-      "version": "1.0.0-alpha.72",
+      "version": "1.0.0-alpha.73",
       "license": "AGPL-3.0-or-later",
       "dependencies": {
         "@amcharts/amcharts4": "^4.10.17",
diff --git a/package.json b/package.json
index 4e65d5c1553e28126fa373e41dbd2fa2023ab17c..1c775be17caa39f9e59aebf0729277614c36bb03 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod-host",
-  "version": "1.0.0-alpha.72",
+  "version": "1.0.0-alpha.73",
   "description": "Castopod Host 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",