diff --git a/CHANGELOG.md b/CHANGELOG.md index ce80a80676cf3ac0dbc1428167566e59cd396bec..52ea7c552a60e467b15eb3c2ccb62b7a0b423713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.14](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-11-02) + + +### Features + +* **analytics:** add weekday and hour bar charts ([8ab3132](https://code.podlibre.org/podlibre/castopod/commit/8ab313296bb4a254ab05e90b17d896039839b784)) + # [1.0.0-alpha.13](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-10-29) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index ca058d68d8f5691bd973df27d5b1708ca440b58c..7866c1e45c2799ac5702139c5be73c8bc05272b8 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.13'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.14'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index 81a2ea4783a897eee925f050fd9c0e5c2c837cc7..bdc9f3a5a23da28bd0ab81639da30e2a9fdff6d1 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha13", + "version": "1.0.0-alpha14", "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 1a2a3be2a0489d71f0f0df97257be694a87686e5..f3e6249c25b9f4890635b7629200cd3deab327f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 289949fa1f67b32c81353a7d18430efb03f80335..07ab244d3f3f8308049b698408baa1bb7f9b3aa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "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",