diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4bd4a5..eac0d346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.10](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-10-26) + + +### Bug Fixes + +* **install:** redirect to host_url install route on instanceConfig validation error ([99250b1](https://code.podlibre.org/podlibre/castopod/commit/99250b1868657c249a447399c7ebc69e00d43d1a)) + # [1.0.0-alpha.9](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2020-10-26) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 062da769..d241bb2d 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.9'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.10'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index a6988bd2..2b454e13 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha9", + "version": "1.0.0-alpha10", "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 c4883a9d..c662b122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ba7a9757..776844af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "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",