diff --git a/SWAP-RELEASENOTES b/SWAP-RELEASENOTES index 89323a16894..8697bebaa0c 100644 --- a/SWAP-RELEASENOTES +++ b/SWAP-RELEASENOTES @@ -1,3 +1,11 @@ +================================================================================ +ror-1.2.2 Released Mon Sep 4 00:00:00 CST 2023 +================================================================================ +* [fix] rocksdb data leak because object.persistent not set after persist keep, + which will leak when expired. +* [fix] swap_version not correctly resumed after load fix. +* [fix] code crash when client rate limit. + ================================================================================ ror-1.2.1 Released Wed Jul 6 00:00:00 CST 2023 ================================================================================ diff --git a/src/version.h b/src/version.h index 9a180fb9025..cfce54d5f44 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define REDIS_VERSION "6.2.6" #define REDIS_VERSION_NUM 0x00060206 -#define SWAP_VERSION "1.2.1" +#define SWAP_VERSION "1.2.2"