From d184998ed57f8aa5eeeda93432a0d274fecf416f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Jul 2023 12:57:10 +0000 Subject: [PATCH] chore(release): 1.4.6 [skip ci] ## [1.4.6](https://code.castopod.org/adaures/castopod/compare/v1.4.5...v1.4.6) (2023-07-11) ### Bug Fixes * **fediverse:** expand object before sending accept follow request ([082cdc9](https://code.castopod.org/adaures/castopod/commit/082cdc9ee79d004c2ed748e3b8046e9141bf0242)), closes [#350](https://code.castopod.org/adaures/castopod/issues/350) * **podcast-import:** remove error log when no import in queue, exit with success instead ([5e719f3](https://code.castopod.org/adaures/castopod/commit/5e719f3e9eb6cf48c3fd8ac97181638b24d03fc9)) --- CHANGELOG.md | 11 +++++++++++ app/Config/Constants.php | 2 +- composer.json | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43467d7c..76888c82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.4.6](https://code.castopod.org/adaures/castopod/compare/v1.4.5...v1.4.6) (2023-07-11) + +### Bug Fixes + +- **fediverse:** expand object before sending accept follow request + ([082cdc9](https://code.castopod.org/adaures/castopod/commit/082cdc9ee79d004c2ed748e3b8046e9141bf0242)), + closes [#350](https://code.castopod.org/adaures/castopod/issues/350) +- **podcast-import:** remove error log when no import in queue, exit with + success instead + ([5e719f3](https://code.castopod.org/adaures/castopod/commit/5e719f3e9eb6cf48c3fd8ac97181638b24d03fc9)) + ## [1.4.5](https://code.castopod.org/adaures/castopod/compare/v1.4.4...v1.4.5) (2023-07-04) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index e345b5ab..a5cc3d72 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -11,7 +11,7 @@ declare(strict_types=1); | | NOTE: this constant is updated upon release with Continuous Integration. */ -defined('CP_VERSION') || define('CP_VERSION', '1.4.5'); +defined('CP_VERSION') || define('CP_VERSION', '1.4.6'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index f3ab5831..c511d46d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "adaures/castopod", - "version": "1.4.5", + "version": "1.4.6", "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.json b/package.json index 7cfd8f79..dec40062 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.4.5", + "version": "1.4.6", "description": "Castopod Host 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",