diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e94335e..0c7855d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## Version 3.17.4, 2023-12-24 + +### Bug Fixes (BUG) +- Handle IndirectObject as image filter (#2355) + +[Full Changelog](https://github.com/py-pdf/pypdf/compare/3.17.3...3.17.4) + ## Version 3.17.3, 2023-12-17 ### Robustness (ROB) diff --git a/pypdf/_version.py b/pypdf/_version.py index c6905e1d1..6c11dd28e 100644 --- a/pypdf/_version.py +++ b/pypdf/_version.py @@ -1 +1 @@ -__version__ = "3.17.3" +__version__ = "3.17.4"