Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosv committed Aug 31, 2022
1 parent a63aa04 commit 65fc7b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
### 0.8.1 - Aug 31, 2022

* Fixed crash and use-after-free in the asynchronous API.
* Use identical warning flags in CMake and Makefile.
* Corrected CROSSSLOT errors to not to be retried.

### 0.8.0 - Jun 15, 2022

* Basic Redis 7.0 support.
Expand Down
2 changes: 1 addition & 1 deletion hircluster.h
Expand Up @@ -41,7 +41,7 @@

#define HIREDIS_CLUSTER_MAJOR 0
#define HIREDIS_CLUSTER_MINOR 8
#define HIREDIS_CLUSTER_PATCH 0
#define HIREDIS_CLUSTER_PATCH 1
#define HIREDIS_CLUSTER_SONAME 0.8

#define REDIS_CLUSTER_SLOTS 16384
Expand Down

0 comments on commit 65fc7b8

Please sign in to comment.