summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2021-10-04 13:35:10 -0700
committermichael-grunder <michael.grunder@gmail.com>2021-10-04 13:35:10 -0700
commita39824a5dfc844ba04a64bf3c90d9d49f64ae3f7 (patch)
tree22f9163d161cf9850160058b86ab8fee8c8971a2 /README.md
parent9eca1f36f4884f5fae8553aef3a0033c13700096 (diff)
parent8d1bfac4640fe90cd6f800d09b7f53e886569b98 (diff)
Merge branch 'release/v1.0.1'
Merge the v1.0.1 release branch and bump the dev version to 1.0.2-dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d309a63..ba27389 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,10 @@ Redis version >= 1.2.0.
The library comes with multiple APIs. There is the
*synchronous API*, the *asynchronous API* and the *reply parsing API*.
+## Upgrading to `1.0.1`
+
+Version 1.0.1 is simply 1.0.0 with a fix for [CVE-2021-32765](https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2). They are otherwise identical.
+
## Upgrading to `1.0.0`
Version 1.0.0 marks the first stable release of Hiredis.