Commit b73de0d9 authored by Oran Agra's avatar Oran Agra
Browse files

Redis 7.0.7

parent 41bff94b
......@@ -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
================================================================================
......
#define REDIS_VERSION "7.0.6"
#define REDIS_VERSION_NUM 0x00070006
#define REDIS_VERSION "7.0.7"
#define REDIS_VERSION_NUM 0x00070007
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment