diff options
-rw-r--r-- | 00-RELEASENOTES | 5 | ||||
-rw-r--r-- | src/version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES index ee8399c7f..1bc6c9152 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -12,6 +12,11 @@ for 2.0. CHANGELOG --------- +What's new in Redis 2.2.4 +========================= + +* Return value of OBJECT DEBUG against sorted sets fixed, now is "skiplist". + What's new in Redis 2.2.3 ========================= diff --git a/src/version.h b/src/version.h index 611e30069..6ae276d89 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.2.3" +#define REDIS_VERSION "2.2.4" |