diff --git a/CHANGELOG.md b/CHANGELOG.md index 39cceb24cf32bf0bd413e9774e80f8a6230b565b..1539d27af1f44b4aa82c4669c98852fbc6f8816f 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 e010267d34227e8e99a6182879d70a1b756f2a34..af787eabe7cd34c149d13aa459964c61b1f21809 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 e43aa3fdce267bc0c60565b142129ed956d02f86..e840f7d1bece2d44667bc3bdf3767feabe6efe1a 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 52ad4e21d7c5f6be9d0cf96bf71b3587164051ab..9aa3a3c47de9c4eb3821b022cd7af56313eb2b4e 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 06ef87968637547fecbbfe4abbb48b49a770e172..6dce86dba9e9e35826314e06d2dbd3797f715587 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",