From 66ce3e4703acf3fbb50c72e04d7e52efb22ca018 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 30 Jul 2024 16:46:04 +0000 Subject: [PATCH] chore(release): 1.12.5 [skip ci] ## [1.12.5](https://code.castopod.org/adaures/castopod/compare/v1.12.4...v1.12.5) (2024-07-30) ### Bug Fixes * **rss:** add subscription id to cache name to prevent premium feeds from overlapping ([5310d86](https://code.castopod.org/adaures/castopod/commit/5310d8648af6d43b9090f8d9f8066f7b3a8f0aa7)) --- CHANGELOG.md | 8 ++++++++ app/Config/Constants.php | 2 +- composer.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ea797bc..19a283512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.12.5](https://code.castopod.org/adaures/castopod/compare/v1.12.4...v1.12.5) (2024-07-30) + +### Bug Fixes + +- **rss:** add subscription id to cache name to prevent premium feeds from + overlapping + ([5310d86](https://code.castopod.org/adaures/castopod/commit/5310d8648af6d43b9090f8d9f8066f7b3a8f0aa7)) + ## [1.12.4](https://code.castopod.org/adaures/castopod/compare/v1.12.3...v1.12.4) (2024-07-30) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 252fe0598..675d700c8 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.12.4'); +defined('CP_VERSION') || define('CP_VERSION', '1.12.5'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index a60a881d9..a774f28ea 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "adaures/castopod", - "version": "1.12.4", + "version": "1.12.5", "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 9aa526074..9e60e62eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.12.4", + "version": "1.12.5", "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", -- GitLab