diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e36947a8f600fc76e84f4d01760383ca1196677..99f8d24bb0377d771bf75f4fad994df5fcba9399 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-alpha.2](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2020-10-19)
+
+
+### Features
+
+* add cumulative listening time charts ([588b4d2](https://code.podlibre.org/podlibre/castopod/commit/588b4d28da00bc12d02126e23181690f54d81716))
+
 # 1.0.0-alpha.1 (2020-10-16)
 
 
diff --git a/composer.json b/composer.json
index 0023accf48fe4b7fc92e3e49462e69629e834dfd..a54a527494332f15cd3ef50fee48b91045233d0c 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "podlibre/castopod",
-  "version": "1.0.0-alpha1",
+  "version": "1.0.0-alpha2",
   "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 b1b3a19b10016ab5a9fa4de662476ca78b9f0222..f3c7b13e50a003f79e5a08a06cab64bc109af0c5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.1",
+  "version": "1.0.0-alpha.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index a7b63419e6096a6e321d0285aef463d23be54370..4590d22a663c415f22e6393213a07ff5a8f807e4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "castopod",
-  "version": "1.0.0-alpha.1",
+  "version": "1.0.0-alpha.2",
   "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",