diff --git a/CHANGELOG.md b/CHANGELOG.md index 29b6ce9..c1a1c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ PHPIREDIS CHANGELOG ================================================================================ +v1.1.0 (2020-xx-xx) +-------------------------------------------------------------------------------- + +* Phpiredis now builds on top of hiredis >= 0.14, >= 1.0. + v1.0.1 (2020-09-20) -------------------------------------------------------------------------------- diff --git a/README.md b/README.md index 78fa61d..6e771f6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ the [RESP protocol](http://redis.io/topics/protocol). ## Installation ## -Building and using this extension requires `hiredis` (>=0.9 <0.14) to be installed on the system. +Building and using this extension requires `hiredis` (>=0.14, >=1.0) to be installed on the system. `hiredis` is usually available in the repositories of most Linux distributions, alternatively it is possible to build it by fetching the code from its [repository](https://github.com/redis/hiredis).