diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ea7c552a60e467b15eb3c2ccb62b7a0b423713..9843568d2c1d0848c7db74eb325eac574ddb2188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.15](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-11-03) + + +### Features + +* **analytics:** add 'other' group to pie charts in order to display more accurate data ([73acef9](https://code.podlibre.org/podlibre/castopod/commit/73acef933ff3485987afc5157de022910876fc12)) + # [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) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 7866c1e45c2799ac5702139c5be73c8bc05272b8..ab3a1e25199fffc8cd7039c9b09b0e17c9bb38ae 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.14'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.15'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index bdc9f3a5a23da28bd0ab81639da30e2a9fdff6d1..5e86e0ecc9a45598576fb8117c19e92b5e111b28 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha14", + "version": "1.0.0-alpha15", "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 f3e6249c25b9f4890635b7629200cd3deab327f5..7a665885ff9c67a9540fdf6ed75fb822de91a97a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 07ab244d3f3f8308049b698408baa1bb7f9b3aa9..ec0bcb95179ec9fd878b248eff3b01f38814f893 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "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",