summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2021-10-07 09:52:38 -0700
committermichael-grunder <michael.grunder@gmail.com>2021-10-07 10:00:14 -0700
commitb731283245f3183af527237166261ad0768ba7d4 (patch)
tree1c2bc66fa9c3238cb4b577f984a3f6e00bde0696 /CHANGELOG.md
parentd4e6f109a064690cde64765c654e679fea1d3548 (diff)
Prepare for v1.0.2 GA
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18000ba..2a2bc31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
+## [1.0.2](https://github.com/redis/hiredis/tree/v1.0.2) - (2021-10-07)
+
+Announcing Hiredis v1.0.2, which fixes CVE-2021-32765 but returns the SONAME to the correct value of `1.0.0`.
+
+- [Revert SONAME bump](https://github.com/redis/hiredis/commit/d4e6f109a064690cde64765c654e679fea1d3548)
+ ([Michael Grunder](https://github.com/michael-grunder))
+
## [1.0.1](https://github.com/redis/hiredis/tree/v1.0.1) - (2021-10-04)
+<span style="color:red">This release erroneously bumped the SONAME, please use [1.0.2](https://github.com/redis/hiredis/tree/v1.0.2)</span>
+
Announcing Hiredis v1.0.1, a security release fixing CVE-2021-32765
- Fix for [CVE-2021-32765](https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2)