diff --git a/CHANGELOG.md b/CHANGELOG.md index 821e10d9fd..0802bf982c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.10.16 + +### Enhancements + +* **DOCX partitioner refactored in preparation for enhancement.** Behavior should be unchanged except in multi-section documents containing different headers/footers for different sections. These will now emit all distinct headers and footers encountered instead of just those for the last section. + +### Features + +### Fixes + ## 0.10.15 diff --git a/unstructured/__version__.py b/unstructured/__version__.py index ce219a9bfe..eb57d870da 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.10.15" # pragma: no cover +__version__ = "0.10.16" # pragma: no cover