diff --git a/CHANGELOG.md b/CHANGELOG.md index fb533bb..8abc5ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 0.8.0 - Jun 15, 2022 + +* Basic Redis 7.0 support. +* SSL/TLS handling in separate library. +* Command timeout corrections. +* Builds on Windows and macOS. + ### 0.7.0 - Sep 22, 2021 * Added support for stream commands in regular API. diff --git a/COPYING b/COPYING index b1ac9bf..375f0fb 100644 --- a/COPYING +++ b/COPYING @@ -2,8 +2,8 @@ Copyright (c) 2009-2011, Salvatore Sanfilippo Copyright (c) 2010-2011, Pieter Noordhuis Copyright (c) 2015-2017, Ieshen Zheng Copyright (c) 2020, Nick -Copyright (c) 2020-2021, Bjorn Svensson -Copyright (c) 2020-2021, Viktor Söderqvist +Copyright (c) 2020-2022, Bjorn Svensson +Copyright (c) 2020-2022, Viktor Söderqvist Copyright (c) 2021, Red Hat All rights reserved. diff --git a/hircluster.h b/hircluster.h index f31d5f9..4dd76fa 100644 --- a/hircluster.h +++ b/hircluster.h @@ -40,9 +40,9 @@ #define UNUSED(x) (void)(x) #define HIREDIS_CLUSTER_MAJOR 0 -#define HIREDIS_CLUSTER_MINOR 7 +#define HIREDIS_CLUSTER_MINOR 8 #define HIREDIS_CLUSTER_PATCH 0 -#define HIREDIS_CLUSTER_SONAME 0.7 +#define HIREDIS_CLUSTER_SONAME 0.8 #define REDIS_CLUSTER_SLOTS 16384