diff --git a/CHANGELOG.md b/CHANGELOG.md index 36136a3a3754ebdbcfa672c6632cd422e3ea3fe0..04adf06e6a49e8832e83f98cc611a1451709bd45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.28](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.27...v1.0.0-alpha.28) (2020-12-07) + + +### Features + +* **rss:** add soundbites according to the podcastindex specs ([6b34617](https://code.podlibre.org/podlibre/castopod/commit/6b34617d07c70522cb941e96d91d9987493413eb)), closes [#83](https://code.podlibre.org/podlibre/castopod/issues/83) + # [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) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index f18ef2d3dc373cc1f7ea962403acbb7dfeb88069..1ef84dd5efabb7af661f4b427253c50953516ac5 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.27'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.28'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index 78945417c8a6809daab2b2b810088882450ec053..93e395adc0f8300f4d9e22ae15a022816ac066c9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha27", + "version": "1.0.0-alpha28", "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 b40a0861978831adbf4b146fb1f7dadd488b483f..3c3e067d847b2ac4275d3fe3f9e5c7e00c18f23c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.27", + "version": "1.0.0-alpha.28", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e4b817bd9e5acdcc642965a52e922ce3e5bd0a71..10246fb8ee09d071934d3b3fd7da58d0f8a89ce2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.27", + "version": "1.0.0-alpha.28", "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",