summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2022-12-15 23:37:46 +0200
committerOran Agra <oran@redislabs.com>2022-12-16 12:52:57 +0200
commitb73de0d9c244cae350b65a08dd7f75c2ae1fb54d (patch)
treeef4de66dce54219d4075d672dbaff71a0bece445
parent41bff94b43c73acc01ad086039ae64d08d2c227a (diff)
downloadredis-b73de0d9c244cae350b65a08dd7f75c2ae1fb54d.tar.gz
Redis 7.0.77.0.7
-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