diff --git a/CHANGELOG.md b/CHANGELOG.md index 24211e2a..39cceb24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.36](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2021-02-16) + + +### Features + +* **platforms:** add pod.link ([3d7a232](https://code.podlibre.org/podlibre/castopod/commit/3d7a2320ddd116e4a311605421126aff57243219)) + # [1.0.0-alpha.35](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2021-02-12) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 64a496c4..e010267d 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.35'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.36'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index 3c51e053..e43aa3fd 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha35", + "version": "1.0.0-alpha36", "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 dc5625fb..52ad4e21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.35", + "version": "1.0.0-alpha.36", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e5043b49..06ef8796 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.35", + "version": "1.0.0-alpha.36", "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",