diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d2a549..ada53608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [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) + + +### Features + +* **person:** add podcastindex.org namespace person tag ([8acd011](https://code.podlibre.org/podlibre/castopod/commit/8acd011f13e99492ef4b44b327685bb006fe5f8f)) + # [1.0.0-alpha.31](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2020-12-23) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 2dca41a2..d82cdb1a 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.31'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.32'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index 3f6e47a0..6dd9cf20 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha31", + "version": "1.0.0-alpha32", "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 341073a1..df93d1f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.31", + "version": "1.0.0-alpha.32", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 801c8ea2..8b363b9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.31", + "version": "1.0.0-alpha.32", "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",