diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e66f8b9d7d7eac8f0dc268a2f272e84ebab621d..2132065b81417782ae2613e6c3818e80a82c2ffb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-alpha.22](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2020-11-24)
+
+
+### Features
+
+* **rss:** add transcript and chapters support ([e769d83](https://code.podlibre.org/podlibre/castopod/commit/e769d83a932c169e52a630a17cd4dd8ac5cebaf6)), closes [#72](https://code.podlibre.org/podlibre/castopod/issues/72) [#82](https://code.podlibre.org/podlibre/castopod/issues/82)
+
 # [1.0.0-alpha.21](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.20...v1.0.0-alpha.21) (2020-11-24)
 
 
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index bdcf556dbece66c1c8bed0bdd248bc0627b9896b..6950a6ac7214a2943cef74054df3b6d943d859b0 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.21');
+defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.22');
 
 //--------------------------------------------------------------------
 // App Namespace
diff --git a/composer.json b/composer.json
index bd28a6170e58b50ccb1e62f62643663025172a2f..f0f8d097cd0299fa851d5379298d51d145da6b34 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod",
-  "version": "1.0.0-alpha21",
+  "version": "1.0.0-alpha22",
   "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 65a27a14f273edeac1c6f07d0da1be206764fe3c..9b8a1da2d126a8a32447d95f93afad6fb8b21340 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.21",
+  "version": "1.0.0-alpha.22",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index d1f38f19c5c0cb59d6269b526a1e9a79956ad456..3f8049c66e1fd6e35789469b9a37dce3c8696412 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.21",
+  "version": "1.0.0-alpha.22",
   "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",