You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,11 @@ Redis version >= 1.2.0.
22
22
The library comes with multiple APIs. There is the
23
23
*synchronous API*, the *asynchronous API* and the *reply parsing API*.
24
24
25
-
## Upgrading to `1.0.1`
25
+
## Upgrading to `1.0.2`
26
26
27
-
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.
27
+
<spanstyle="color:red">NOTE: v1.0.1 erroneously bumped SONAME, which is why it is skipped here.</span>
28
+
29
+
Version 1.0.2 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.
0 commit comments