diff --git a/CHANGELOG.md b/CHANGELOG.md index 442e55a4..5f9cb26d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.18](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2020-11-09) + + +### Features + +* **platforms:** add Podcast Index ([ad52b1c](https://code.podlibre.org/podlibre/castopod/commit/ad52b1cc2b7d0bc844970214d205961a7196b4a9)) + # [1.0.0-alpha.17](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2020-11-05) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index b7e1c0ea..1748c7fc 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.17'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.18'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index f950f0a9..209bcad7 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha17", + "version": "1.0.0-alpha18", "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 93a63ebe..3634c5b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.17", + "version": "1.0.0-alpha.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ae048165..1481fa63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.17", + "version": "1.0.0-alpha.18", "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",