diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 85f27de6d..574de05fe 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -20,6 +20,21 @@ Starting with v8.0.1, the release notes contain PRs from multiple repositories: #PRn = Probabilistic (https://github.com/RedisBloom/RedisBloom) +================================================================================ +Redis 8.0.2 Released Tue 27 May 2025 12:00:00 IST +================================================================================ + +Update urgency: `SECURITY`: There are security fixes in the release. + +### Security fixes + +- (CVE-2025-27151) redis-check-aof may lead to stack overflow and potential RCE + +### Other general improvements + +- #14048 `LOLWUT` for Redis 8 + + ================================================================================ Redis 8.0.1 Released Sun 13 May 2025 16:00:00 IST ================================================================================ diff --git a/src/version.h b/src/version.h index 015d15228..c95aaa043 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define REDIS_VERSION "8.0.1" -#define REDIS_VERSION_NUM 0x00080001 +#define REDIS_VERSION "8.0.2" +#define REDIS_VERSION_NUM 0x00080002