diff --git a/CHANGELOG.md b/CHANGELOG.md index 43609544..544ffe6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.45](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.44...v1.0.0-alpha.45) (2021-04-08) + + +### Bug Fixes + +* add head request to analytics_hit route ([f0a2f0b](https://code.podlibre.org/podlibre/castopod/commit/f0a2f0bea491ca91976b351bb79837e95c9d094b)) + # [1.0.0-alpha.44](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.43...v1.0.0-alpha.44) (2021-04-08) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index d8486c83..851b2fa9 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -9,7 +9,7 @@ | | NOTE: this constant is updated upon release with Continuous Integration. */ -defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.44'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.45'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 90f3f45d..81bc9db5 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha44", + "version": "1.0.0-alpha45", "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 180431be..25f7ce27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.44", + "version": "1.0.0-alpha.45", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 81e98ecf..aa1506a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.44", + "version": "1.0.0-alpha.45", "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",