diff --git a/CHANGELOG.md b/CHANGELOG.md index 666f69524f9d9461b6451fa941b8b00438b794ef..36136a3a3754ebdbcfa672c6632cd422e3ea3fe0 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 ac5fad1e4d80e29a6a1a5b3b14b9bdbe47cbea59..f18ef2d3dc373cc1f7ea962403acbb7dfeb88069 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 4358cc363d4e5009ca2715b93debbcba3cebfc14..78945417c8a6809daab2b2b810088882450ec053 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 41f38bf8a100ef8a703533e388beafe619d8f3f2..b40a0861978831adbf4b146fb1f7dadd488b483f 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 348f56713397c8d44adbc72c6ff27c5353153343..e4b817bd9e5acdcc642965a52e922ce3e5bd0a71 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",