diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e86edf..86db4503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## HEAD +## 5.2.1 + +Released Oct. 30, 2022 + +### User-facing changes +- [BUGFIX] Require `patchelf >= 0.14` to handle features from 5.2.0 properly ([#403](https://github.com/pypa/auditwheel/pull/403), [#401](https://github.com/pypa/auditwheel/issues/401)) + ## 5.2.0 Released Oct. 22, 2022 diff --git a/README.rst b/README.rst index dead6949..a024770a 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ Requirements ------------ - OS: Linux - Python: 3.6+ -- `patchelf `_ +- `patchelf `_: 0.14+ Only systems that use `ELF `_-based linkage