diff --git a/CHANGELOG.md b/CHANGELOG.md index aa100cc..8c1a7bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 0.14.0 - Aug 21, 2024 + +* Fix possible leak when failing to send a async cluster command (#234) +* Don't initiate new connections during a client shutdown (async API) (#225) +* Add redisClustervCommandToNode and redisClustervAppendCommandToNode to API (#231) + ### 0.13.0 - Mar 18, 2024 * Add non-const connect callback (#205) diff --git a/hircluster.h b/hircluster.h index c271b6c..88ea42e 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 13 +#define HIREDIS_CLUSTER_MINOR 14 #define HIREDIS_CLUSTER_PATCH 0 -#define HIREDIS_CLUSTER_SONAME 0.13 +#define HIREDIS_CLUSTER_SONAME 0.14 #define REDIS_CLUSTER_SLOTS 16384