diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4bd3b77cccaa05b21e6314d639de9a0ce986e11..b97f908e55fcf612037fe745601551d8083616f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-alpha.41](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2021-03-30)
+
+
+### Features
+
+* **partner:** add link and image in episode description ([ad07bb9](https://code.podlibre.org/podlibre/castopod/commit/ad07bb9330dc9493813368e969e1f3a3def44614))
+
 # [1.0.0-alpha.40](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2021-03-19)
 
 
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index 3aaccf3c046af35decaddd9705a0b1c7f94ffd07..75f006924542bd56557b95a5e2564408da4ed49f 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.40');
+defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.41');
 
 //--------------------------------------------------------------------
 // App Namespace
diff --git a/composer.json b/composer.json
index 93c5325687911efd361a48ae11c78fd38b625a2d..94ea12429a98951e5a0e5d0d34f4edf3303b486a 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod",
-  "version": "1.0.0-alpha40",
+  "version": "1.0.0-alpha41",
   "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 44180dba4a3d099922bd4afaa73a9e75afc07a62..46a056ec499a5db31241a3c2d696a276fbac1abe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.40",
+  "version": "1.0.0-alpha.41",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 83f9c69a05ae07f19130d36f119640586ae86a6e..1744ab89fef9013a38f103bd46eaca6f6d4e9b21 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.40",
+  "version": "1.0.0-alpha.41",
   "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",