diff --git a/package.json b/package.json
index d9338498..4528921d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "seriously-simple-podcasting",
- "version": "2.6.4",
+ "version": "2.6.5",
"main": "build/index.js",
"author": "CastosHQ",
"devDependencies": {
diff --git a/readme.txt b/readme.txt
index 64634071..d93c59a7 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Tags: podcast, audio, video, vodcast, rss, mp3, mp4, feed, itunes, podcasting, m
Requires at least: 4.4
Tested up to: 5.7
Requires PHP: 5.6
-Stable tag: 2.6.4
+Stable tag: 2.6.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -159,6 +159,11 @@ You can find complete user and developer documentation (along with the FAQs) on
== Changelog ==
+= 2.6.5 =
+* 2021-05-07
+* UPDATE SUMMARY: Fix the feed error for the case if the author name has punctuation.
+* [FIX] Fixed the feed error for the case if the author name has punctuation.
+
= 2.6.4 =
* 2021-05-04
* UPDATE SUMMARY: HTML player improvements and fixes, feed images fixes
diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php
index 4802e8d6..3e426c24 100644
--- a/seriously-simple-podcasting.php
+++ b/seriously-simple-podcasting.php
@@ -1,7 +1,7 @@