diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ba0ad9807c78dc70026dd80a591670c8855c408..cc942def93aba8620181af6936412b0a7bb177ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-alpha.65](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.64...v1.0.0-alpha.65) (2021-07-22)
+
+### Bug Fixes
+
+- update conditions when checking for empty max_episodes and season_number
+  ([fbad0b5](https://code.podlibre.org/podlibre/castopod-host/commit/fbad0b59f68c65eba2fdcd5a8d3b312b622e9a45))
+
 # [1.0.0-alpha.64](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.63...v1.0.0-alpha.64) (2021-07-12)
 
 ### Features
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index 4a00a5b8c4d023867c26cff16040423d8bb4fc1d..2b58fc1eb416dc1542f0ff17ce991b549627e5a8 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.64');
+defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.65');
 
 /*
  | --------------------------------------------------------------------
diff --git a/composer.json b/composer.json
index f971fb317fd96ba9c6d69fc2a94a8b713f2acea7..5d0f586df242bf767a0b7544d34e58daa2eb61b5 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod-host",
-  "version": "1.0.0-alpha64",
+  "version": "1.0.0-alpha65",
   "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 605b98f12227b8f7493c0ecaacc7a25b31232936..b3f113ab2fcf09784c97cf16aacb9188525f6439 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
 {
   "name": "castopod-host",
-  "version": "1.0.0-alpha.64",
+  "version": "1.0.0-alpha.65",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
-      "version": "1.0.0-alpha.64",
+      "version": "1.0.0-alpha.65",
       "license": "AGPL-3.0-or-later",
       "dependencies": {
         "@amcharts/amcharts4": "^4.10.17",
diff --git a/package.json b/package.json
index 59e2af6cfb04399665b9ef82241034ac01663a86..cb2f75355f7e0956646040670817ed5704ce6a21 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod-host",
-  "version": "1.0.0-alpha.64",
+  "version": "1.0.0-alpha.65",
   "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",