diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0a5fed..299c7e2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.1.2](https://github.com/DS4SD/docling-parse/releases/tag/v2.1.2) - 2024-11-22 + +### Fix + +* Added the PDF documentation ([#64](https://github.com/DS4SD/docling-parse/issues/64)) ([`2033f95`](https://github.com/DS4SD/docling-parse/commit/2033f95f3d8ad0df4a506d7543af0808c439124d)) + ## [v2.1.1](https://github.com/DS4SD/docling-parse/releases/tag/v2.1.1) - 2024-11-21 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 71793313..bbfd5052 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-parse" -version = "2.1.1" +version = "2.1.2" description = "Simple package to extract text with coordinates from programmatic PDFs" authors = ["Peter Staar "] maintainers = [