diff --git a/README.md b/README.md
index af40459..8714be7 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,10 @@ Note: python-oletools is not related to OLETools published by BeCubed Software.
News
----
-- **2025-05-21 v0.60.3**:
- - olevba: fixed a security issue in the CLI display when ANSI escape codes are present (PR #873)
+- **2025-05-22 v0.60.3**:
+ - olevba:
+ - fixed a security issue in the CLI display when ANSI escape codes are present (PR #873)
+ - encrypted files: password is now reported in the logs, added --decrypted_dir option (PR #842)
- **2024-07-02 v0.60.2**:
- olevba:
- fixed a bug in open_slk (issue #797, PR #769)
diff --git a/oletools/README.html b/oletools/README.html
index ec55bfe..6094512 100644
--- a/oletools/README.html
+++ b/oletools/README.html
@@ -26,9 +26,13 @@
Note: python-oletools is not related to OLETools published by BeCubed Software.
News
-- 2025-05-21 v0.60.3:
+
- 2025-05-22 v0.60.3:
-- olevba: fixed a security issue in the CLI display when ANSI escape codes are present (PR #873)
+- olevba:
+
+- fixed a security issue in the CLI display when ANSI escape codes are present (PR #873)
+- encrypted files: password is now reported in the logs, added --decrypted_dir option (PR #842)
+
- 2024-07-02 v0.60.2:
diff --git a/oletools/README.rst b/oletools/README.rst
index d38129b..1451539 100644
--- a/oletools/README.rst
+++ b/oletools/README.rst
@@ -38,10 +38,14 @@ Software.
News
----
-- **2025-05-21 v0.60.3**:
+- **2025-05-22 v0.60.3**:
- - olevba: fixed a security issue in the CLI display when ANSI escape
- codes are present (PR #873)
+ - olevba:
+
+ - fixed a security issue in the CLI display when ANSI escape
+ codes are present (PR #873)
+ - encrypted files: password is now reported in the logs, added
+ --decrypted_dir option (PR #842)
- **2024-07-02 v0.60.2**: