diff --git a/CHANGELOG.md b/CHANGELOG.md index 39cceb24..1539d27a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.37](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2021-02-17) + + +### Bug Fixes + +* **import:** remove query string from files url ([109c4aa](https://code.podlibre.org/podlibre/castopod/commit/109c4aa1afb72dd8b99c0302d74a7fef5a38638e)) + # [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) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index e010267d..af787eab 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.36'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.37'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index e43aa3fd..e840f7d1 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha36", + "version": "1.0.0-alpha37", "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 52ad4e21..9aa3a3c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.36", + "version": "1.0.0-alpha.37", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 06ef8796..6dce86db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.36", + "version": "1.0.0-alpha.37", "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",