Skip to content

Commit 0e5157c

Browse files
committed
REL: 6.9.1
## What's new ### Security (SEC) - Improve performance and limit length of array-based content streams (#3686) by @stefan6419846 [Full Changelog](6.9.0...6.9.1)
1 parent 0b5d05d commit 0e5157c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## Version 6.9.1, 2026-03-17
4+
5+
### Security (SEC)
6+
- Improve performance and limit length of array-based content streams (#3686)
7+
8+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.9.0...6.9.1)
9+
310
## Version 6.9.0, 2026-03-15
411

512
### New Features (ENH)

pypdf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.9.0"
1+
__version__ = "6.9.1"

0 commit comments

Comments
 (0)