diff --git a/CHANGELOG.md b/CHANGELOG.md
index ada53608632044e50a95825c09d6864c1233d38f..c9aa40505d4f3972067bad28f45ed8acdd36f51e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [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)
+
+
+### Features
+
+* **platforms:** add helloasso ([16cb993](https://code.podlibre.org/podlibre/castopod/commit/16cb993ee6e28987a840fc27a9c2c73794c67697))
+
 # [1.0.0-alpha.32](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2021-02-10)
 
 
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index d82cdb1aa0d765d7a7fc93df297cbc00485243a0..af9c1ae30dceed7424b5f625ae48add2a810a4b0 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.32');
+defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.33');
 
 //--------------------------------------------------------------------
 // App Namespace
diff --git a/composer.json b/composer.json
index 6dd9cf20f8e40f294e9d6cd346333c770ab196ea..1ac868de0064107705082e3832ba140aae802e85 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod",
-  "version": "1.0.0-alpha32",
+  "version": "1.0.0-alpha33",
   "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 df93d1f3922bc81fe6ae112290c4405a6debf7e9..5ef36fc76326f38dd6d46ef8efd5759856bfdd05 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.32",
+  "version": "1.0.0-alpha.33",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 8b363b9ed3ea852f024f7fc06c47aae8c18e8b2e..7e12e347b983f240e0212bbec26bd7db81f753c3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.32",
+  "version": "1.0.0-alpha.33",
   "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",