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 70bce23a2..21356f32d 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,17 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
================================================================================
+Redis 7.0.7 Released Fri Dec 16 12:00:00 IST 2022
+================================================================================
+
+Upgrade urgency: MODERATE, Contains fix for a regression in Geo commands.
+
+Bug Fixes
+=========
+
+* Fix regression from Redis 7.0.6 in distance replies of Geo commands (#11631)
+
+================================================================================
Redis 7.0.6 Released Mon Dec 12 12:00:00 IST 2022
================================================================================
diff --git a/src/version.h b/src/version.h
index 499f0a150..230dc2b9c 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,2 +1,2 @@
-#define REDIS_VERSION "7.0.6"
-#define REDIS_VERSION_NUM 0x00070006
+#define REDIS_VERSION "7.0.7"
+#define REDIS_VERSION_NUM 0x00070007