diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30ea797bcb807db65fd54dd2940a8a06ea2e2c1b..19a283512ff4141c8bdd60d52276cf373f415403 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 252fe05982ce18720d0d35bc97d69d99d9af6de7..675d700c8a10044ca819f1f016d90e2ffa3f305a 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 a60a881d9b522f6febc9e71f47c8139f5ba2c7c0..a774f28ea639bb60c01f05bed509b0aa80188a9f 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 9aa5260747d93bbfe139e50e1e00dc9731e748c5..9e60e62eb899ac267203b656b5882fdeb296c953 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",