diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8dc345efe22e702f50edf0c03e329a6a53227a8..7c5a3065cbb69d003abf43eda16739b27905fe73 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-alpha.53](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.52...v1.0.0-alpha.53) (2021-04-16)
+
+
+### Bug Fixes
+
+* check that note has a preview_card_id before displaying it ([acb8b3a](https://code.podlibre.org/podlibre/castopod/commit/acb8b3a40172ccb184ffe544760601d756692e6c)), closes [#114](https://code.podlibre.org/podlibre/castopod/issues/114)
+
 # [1.0.0-alpha.52](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2021-04-16)
 
 
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index e33624cb99d8db1e4b5122e934b677b048243920..b59828d68d475b3235426bc8d8d7137d695fc2f8 100644
--- a/app/Config/Constants.php
+++ b/app/Config/Constants.php
@@ -9,7 +9,7 @@
  |
  | NOTE: this constant is updated upon release with Continuous Integration.
  */
-defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.52');
+defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.53');
 
 /*
  | --------------------------------------------------------------------
diff --git a/composer.json b/composer.json
index 5dfc25edd88a492d03f260be96174ad54872cfe8..d219a958df9f9e6a1d245882eb6ee1f7f43ea546 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod",
-  "version": "1.0.0-alpha52",
+  "version": "1.0.0-alpha53",
   "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 e5e0d0bc030c298939afb6650102beccd5e9257a..7eebb9130dda02caf4554761b25891911893432b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.52",
+  "version": "1.0.0-alpha.53",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index cf06a9bb2fe92ae95ca290de3a13bfded290ec55..46385a76aafaf63d1dd772bb02930859465e55ac 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.52",
+  "version": "1.0.0-alpha.53",
   "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",