diff --git a/CHANGELOG.md b/CHANGELOG.md index 666f6952..36136a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.27](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.26...v1.0.0-alpha.27) (2020-12-07) + + +### Features + +* **platforms:** add AntennaPod ([53e9cfd](https://code.podlibre.org/podlibre/castopod/commit/53e9cfd61c794b1539e9d4691d3c4e73c4b7aaa7)) + # [1.0.0-alpha.26](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2020-11-30) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index ac5fad1e..f18ef2d3 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.26'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.27'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index 4358cc36..78945417 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha26", + "version": "1.0.0-alpha27", "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 41f38bf8..b40a0861 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.26", + "version": "1.0.0-alpha.27", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 348f5671..e4b817bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.26", + "version": "1.0.0-alpha.27", "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",