summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2021-10-04 12:25:58 -0700
committermichael-grunder <michael.grunder@gmail.com>2021-10-04 13:08:51 -0700
commit8d1bfac4640fe90cd6f800d09b7f53e886569b98 (patch)
tree544a0492bbbfa0966ff83db9e90773abe62c3b6e /README.md
parent76a7b10005c70babee357a7d0f2becf28ec7ed1e (diff)
Prepare for v1.0.1 GA
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 3a22553..f770539 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.