diff --git a/CHANGELOG.md b/CHANGELOG.md index 96bba75..1bb86f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.28.3](https://github.com/docling-project/docling/releases/tag/v2.28.3) - 2025-03-28 + +### Fix + +* Word-level pdf cells for tables ([#1238](https://github.com/docling-project/docling/issues/1238)) ([`8bd71e8`](https://github.com/docling-project/docling/commit/8bd71e8e331de3a176110341554e026c9e0ecf6c)) + ## [v2.28.2](https://github.com/docling-project/docling/releases/tag/v2.28.2) - 2025-03-26 ### Fix diff --git a/pyproject.toml b/pyproject.toml index c4d2676..3e94e9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling" -version = "2.28.2" # DO NOT EDIT, updated automatically +version = "2.28.3" # DO NOT EDIT, updated automatically description = "SDK and CLI for parsing PDF, DOCX, HTML, and more, to a unified document representation for powering downstream workflows such as gen AI applications." authors = [ "Christoph Auer ",