Skip to content

Commit b731283

Browse files
Prepare for v1.0.2 GA
1 parent d4e6f10 commit b731283

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
## [1.0.2](https://github.com/redis/hiredis/tree/v1.0.2) - (2021-10-07)
2+
3+
Announcing Hiredis v1.0.2, which fixes CVE-2021-32765 but returns the SONAME to the correct value of `1.0.0`.
4+
5+
- [Revert SONAME bump](https://github.com/redis/hiredis/commit/d4e6f109a064690cde64765c654e679fea1d3548)
6+
([Michael Grunder](https://github.com/michael-grunder))
7+
18
## [1.0.1](https://github.com/redis/hiredis/tree/v1.0.1) - (2021-10-04)
29

10+
<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>
11+
312
Announcing Hiredis v1.0.1, a security release fixing CVE-2021-32765
413

514
- Fix for [CVE-2021-32765](https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2)

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ Redis version >= 1.2.0.
2222
The library comes with multiple APIs. There is the
2323
*synchronous API*, the *asynchronous API* and the *reply parsing API*.
2424

25-
## Upgrading to `1.0.1`
25+
## Upgrading to `1.0.2`
2626

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+
<span style="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.
2830

2931
## Upgrading to `1.0.0`
3032

0 commit comments

Comments
 (0)