From b73de0d9c244cae350b65a08dd7f75c2ae1fb54d Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Thu, 15 Dec 2022 23:37:46 +0200 Subject: Redis 7.0.7 --- 00-RELEASENOTES | 11 +++++++++++ src/version.h | 4 ++-- 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 @@ -11,6 +11,17 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP. 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 -- cgit v1.2.1