diff --git a/src/current/releases/molt.md b/src/current/releases/molt.md
index ef9a97de9b9..5640cdb1783 100644
--- a/src/current/releases/molt.md
+++ b/src/current/releases/molt.md
@@ -23,6 +23,21 @@ Cockroach Labs recommends using the latest available version of each tool. Refer
+### May 28, 2026
+
+
+`molt` 1.4.1 is [available](#installation):
+
+- MOLT Fetch now logs structured telemetry events. Opt out with the `--opt-out-telemetry` flag.
+- MOLT Fetch no longer counts tables that cannot be migrated (no primary key or source/target collation mismatch) toward the `fetch complete` summary's `num_tables` and `tables` fields. Such tables are now reported separately in a new `skipped_unmigratable_tables` field.
+
+
+
+`replicator` 1.3.4 is [available](#installation):
+
+- Updated the Replicator log format to include the year in all log timestamps.
+
+
### April 30, 2026