diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,3 +27,8 @@
 ## 0.2.0.1 -- 2025-09-28
 
 * Second version revised A. Updated documentation in README.md to include basic information on keter integration (expected in the keter-2.3.0). 
+
+## 0.2.0.2 -- 2025-10-07
+
+* Second version revised B. Updated documentation in README.md. Fixed mixed stdout and stderr output in nix integration tests that could lead to failures.
+
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -194,8 +194,7 @@
 
 ## Example Usage
 
-## For the Keter Users (is expected to be introduced in keter-2.3.0, see the README there
-and / or Changelog file)
+## For the Keter Users (is expected to be introduced in keter-2.3.0, see the README there and / or Changelog file)
 
 ### Important notes
 
diff --git a/keter-rate-limiting-plugin.cabal b/keter-rate-limiting-plugin.cabal
--- a/keter-rate-limiting-plugin.cabal
+++ b/keter-rate-limiting-plugin.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               keter-rate-limiting-plugin
-version:            0.2.0.1
+version:            0.2.0.2
 synopsis:           Simple Keter rate limiting plugin.
 description:
     A modern, high-performance, and highly customisable rate limiting plugin for keter.
