diff --git a/disable-comments.php b/disable-comments.php
index caa74e2..35e9282 100644
--- a/disable-comments.php
+++ b/disable-comments.php
@@ -4,7 +4,7 @@
  * Plugin Name: Disable Comments
  * Plugin URI: https://wordpress.org/plugins/disable-comments/
  * Description: Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. You could bulk delete comments using Tools.
- * Version: 2.4.1
+ * Version: 2.4.2
  * Author: WPDeveloper
  * Author URI: https://wpdeveloper.com
  * License: GPL-3.0+
@@ -37,7 +37,7 @@ public static function get_instance()
 
 	function __construct()
 	{
-		define('DC_VERSION', '2.4.1');
+		define('DC_VERSION', '2.4.2');
 		define('DC_PLUGIN_SLUG', 'disable_comments_settings');
 		define('DC_PLUGIN_ROOT_PATH', dirname(__FILE__));
 		define('DC_PLUGIN_VIEWS_PATH', DC_PLUGIN_ROOT_PATH . '/views/');
diff --git a/readme.txt b/readme.txt
index 66f18ea..951f4cd 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,11 +1,11 @@
 === Disable Comments - Remove Comments & Stop Spam [Multi-Site Support] ===
-Contributors: Asif2BD, priyomukul, wpdevteam, re_enter_rupok, tusharimran, alimuzzamanalim, solarissmoke, garrett-eclipse
+Contributors: Asif2BD, priyomukul, wpdevteam, re_enter_rupok, alimuzzamanalim, solarissmoke, garrett-eclipse
 Donate link: https://wpdeveloper.com/
 Tags: comments, delete comments, disable comments, spam comment, disable, stop spam, remove comments, anti spam, disable xml-rpc, hide comment, XML-RPC, REST-API, WP-CLI, multi-site support
 Requires at least: 5.0
 Tested up to: 6.0
 Requires PHP: 5.6
-Stable tag: 2.4.1
+Stable tag: 2.4.2
 License: GPL-3.0-or-later
 License URI: https://www.gnu.org/licenses/gpl-3.0.html
 
@@ -194,6 +194,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 This will be maiintained from August 19, 2020 - @asif2bd
 
+= [2.4.2] - 2022-09-18 =
+* Improved sanitization.
+
 = [2.4.1] - 2022-08-10 =
 * Improvement: Localized missing strings in plugin.
 * Improvement: Included the fonts in plugin distribution.