From 0ceaa6034e1e72d52a0a08992cc0bce3ca001ef8 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Fri, 9 Sep 2022 16:04:55 +0200 Subject: [PATCH] REL: 2.10.6 Robustness (ROB): - Fix infinite loop due to Invalid object (#1331) - Fix image extraction issue with superfluous whitespaces (#1327) Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.10.5...2.10.6 --- CHANGELOG.md | 8 ++++++++ PyPDF2/_version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c8623a19..95f7a7681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## Version 2.10.6, 2022-09-09 + +### Robustness (ROB) +- Fix infinite loop due to Invalid object (#1331) +- Fix image extraction issue with superfluous whitespaces (#1327) + +Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.10.5...2.10.6 + ## Version 2.10.5, 2022-09-04 ### New Features (ENH) diff --git a/PyPDF2/_version.py b/PyPDF2/_version.py index 0d040b30c..57a42d3df 100644 --- a/PyPDF2/_version.py +++ b/PyPDF2/_version.py @@ -1 +1 @@ -__version__ = "2.10.5" +__version__ = "2.10.6"