diff --git a/CHANGELOG.md b/CHANGELOG.md
index c9aa40505d4f3972067bad28f45ed8acdd36f51e..82363108b10f608de8dec18ae8a74fecee44a83c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-alpha.34](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2021-02-11)
+
+
+### Bug Fixes
+
+* **rss-import:** add Castopod user-agent, handle redirects for downloaded files, add Content namespace ([214243b](https://code.podlibre.org/podlibre/castopod/commit/214243b3fec4937e45ef1ceaba1149004cdf3b44))
+
 # [1.0.0-alpha.33](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2021-02-10)
 
 
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index af9c1ae30dceed7424b5f625ae48add2a810a4b0..8fe79eda6cb70e82114475a1caebe1cc55a85c3e 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.33');
+defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.34');
 
 //--------------------------------------------------------------------
 // App Namespace
diff --git a/composer.json b/composer.json
index 1ac868de0064107705082e3832ba140aae802e85..86c3bfe0baff75f151772b4b9a7a5a1d6b60ee46 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod",
-  "version": "1.0.0-alpha33",
+  "version": "1.0.0-alpha34",
   "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 5ef36fc76326f38dd6d46ef8efd5759856bfdd05..f053711a2e76db6cb939941a2c6127cb704aeaf1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.33",
+  "version": "1.0.0-alpha.34",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 7e12e347b983f240e0212bbec26bd7db81f753c3..9b4670369b15ea42636322a9bbc7afe00c5ca7df 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.33",
+  "version": "1.0.0-alpha.34",
   "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",