diff --git a/CHANGELOG.md b/CHANGELOG.md
index bea3a3d2..89a93081 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 1.13.7 (2025-11-03)
+
+- fix(rss): set person's avatar url to "federation" for width and height of
+ 400px ([a50b0f3](https://code.castopod.org/adaures/castopod/commit/a50b0f3))
+
## 1.13.6 (2025-11-03)
- fix(fediverse): access to URI in 'object' instead of going down with '->id' in
diff --git a/app/Config/Constants.php b/app/Config/Constants.php
index 34c81384..05c0e67c 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.13.6');
+defined('CP_VERSION') || define('CP_VERSION', '1.13.7');
/*
| --------------------------------------------------------------------
diff --git a/composer.json b/composer.json
index 962b89c1..839feda6 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "adaures/castopod",
- "version": "1.13.6",
+ "version": "1.13.7",
"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 3a46c062..6bd3cd0d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "castopod",
- "version": "1.13.6",
+ "version": "1.13.7",
"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",