summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2021-10-07 13:25:50 -0700
committermichael-grunder <michael.grunder@gmail.com>2021-10-07 13:25:50 -0700
commit632bf07183a9008fd0c9d315a517738c37c7a973 (patch)
treede16b2f9e107d6448ee575c5b8dcdfd91ef99fdc /README.md
parenta39824a5dfc844ba04a64bf3c90d9d49f64ae3f7 (diff)
parentb731283245f3183af527237166261ad0768ba7d4 (diff)
Merge branch 'release/v1.0.2'
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index ba27389..b073f8e 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,11 @@ 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`
+## Upgrading to `1.0.2`
-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.
+<span style="color:red">NOTE: v1.0.1 erroneously bumped SONAME, which is why it is skipped here.</span>
+
+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.
## Upgrading to `1.0.0`