diff --git a/CHANGELOG.md b/CHANGELOG.md index b3817a96..0e6ea67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v3.1.2](https://github.com/DS4SD/docling-parse/releases/tag/v3.1.2) - 2025-01-27 + +### Fix + +* Added more updates to better font-parsing ([#87](https://github.com/DS4SD/docling-parse/issues/87)) ([`de18986`](https://github.com/DS4SD/docling-parse/commit/de18986f03f1e56ebb750ccdc2b955eeeebbde3b)) + ## [v3.1.1](https://github.com/DS4SD/docling-parse/releases/tag/v3.1.1) - 2025-01-21 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 7b51dcbb..48810233 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-parse" -version = "3.1.1" +version = "3.1.2" description = "Simple package to extract text with coordinates from programmatic PDFs" authors = ["Peter Staar "] maintainers = [