diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f9cb26da8dac07b1b3a7a4475107481322a8e1e..b5826483a8d78246600476685684c6559a181b84 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-alpha.19](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2020-11-13)
+
+
+### Bug Fixes
+
+* handle HEAD requests on podcast_feed route ([74b2640](https://code.podlibre.org/podlibre/castopod/commit/74b2640f2a25c4cd6fd8835fc492c2a6893d4950)), closes [#79](https://code.podlibre.org/podlibre/castopod/issues/79)
+
 # [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)
 
 
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index 1748c7fc3bd0f50d546e91828fafc27af678ec16..4224a4ce3c93a269c2fc624eb87ddeae4da6593a 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.18');
+defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.19');
 
 //--------------------------------------------------------------------
 // App Namespace
diff --git a/composer.json b/composer.json
index 209bcad78446426ddb2ecbf033c35f35263f60af..39a277c0712d4609fa07e1a04114af1e40ccdcd1 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod",
-  "version": "1.0.0-alpha18",
+  "version": "1.0.0-alpha19",
   "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 3634c5b8ec2788229d21ee50cad87a4251af7d45..fb16c1549ec5e9745f2e9c3064cfc1e6cf90d531 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.18",
+  "version": "1.0.0-alpha.19",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 1481fa63b60d92faa28c43032fbed4d486c56bb8..cfaafab857f46be0b6ce90f5e6b74b7b69ac257a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.18",
+  "version": "1.0.0-alpha.19",
   "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",