diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 2671e707a4c..3737f071208 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -11,6 +11,15 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP. SECURITY: There are security fixes in the release. -------------------------------------------------------------------------------- +================================================================================ +Redis 5.0.12 Released Mon Mar 1 17:29:52 IST 2021 +================================================================================ + +Upgrade urgency: LOW, fixes a compilation issue. + +Bug fixes: +* Fix compilation error on non-glibc systems if jemalloc is not used (#8533) + ================================================================================ Redis 5.0.11 Released Mon Feb 22 16:48:25 IST 2021 ================================================================================ diff --git a/src/version.h b/src/version.h index 6c6ca26f458..1c8a77d85f6 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "5.0.11" +#define REDIS_VERSION "5.0.12"