diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3f4a885196646ce776ebef8c16e18e04b51d72..42749fb8463b68ab1903d8c98601a8a23a60f4d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.57](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.56...v1.0.0-alpha.57) (2021-05-12) + + +### Bug Fixes + +* **follow:** add missing helpers to Actor controller ([ee53a73](https://code.podlibre.org/podlibre/castopod-host/commit/ee53a732dc12ebbf5706e14969749a12cfd9d559)) + # [1.0.0-alpha.56](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.55...v1.0.0-alpha.56) (2021-05-12) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 4c0de98affb3f274c208fd4eb435d4f82ae16e5d..e486ae7ec2cf67018c979a4256b0d915b1afda49 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -9,7 +9,7 @@ | | NOTE: this constant is updated upon release with Continuous Integration. */ -defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.56'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.57'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 360c3ecc3baaa5f1aff8db6d42755a1dd372331a..9342d50d7ead79c4623487b06d4c2c8ed154c5c6 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod-host", - "version": "1.0.0-alpha56", + "version": "1.0.0-alpha57", "type": "project", "description": "Castopod Host 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 f7a85cf9492cee4adaf22ed029fb51ead9a08a22..59df7d0f6b428d8e169557d95bca3dc4344c2065 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.56", + "version": "1.0.0-alpha.57", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ba224a4cbd20d379936fea03715beb7bdeeb10c5..31391b4509289043af55fe22108c0b971d594b49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.56", + "version": "1.0.0-alpha.57", "description": "Castopod Host 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",