summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--00-RELEASENOTES11
-rw-r--r--src/version.h4
2 files changed, 13 insertions, 2 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 171b8f64f..a8f766b1c 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -13,6 +13,17 @@ SECURITY: There are security fixes in the release.
================================================================================
+Redis 7.0.4 Released Monday Jul 18 12:00:00 IST 2022
+================================================================================
+
+Upgrade urgency: SECURITY, contains fixes to security issues.
+
+Security Fixes:
+* (CVE-2022-31144) A specially crafted XAUTOCLAIM command on a stream
+ key in a specific state may result with heap overflow, and potentially
+ remote code execution. The problem affects Redis versions 7.0.0 or newer.
+
+================================================================================
Redis 7.0.3 Released Monday Jul 11 12:00:00 IST 2022
================================================================================
diff --git a/src/version.h b/src/version.h
index f42c936d5..fd58375e9 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,2 +1,2 @@
-#define REDIS_VERSION "7.0.3"
-#define REDIS_VERSION_NUM 0x00070003
+#define REDIS_VERSION "7.0.4"
+#define REDIS_VERSION_NUM 0x00070004