diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c1079f..96bba75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v2.28.2](https://github.com/docling-project/docling/releases/tag/v2.28.2) - 2025-03-26 + +### Fix + +* Improve HTML layer detection, various MD fixes ([#1241](https://github.com/docling-project/docling/issues/1241)) ([`9210812`](https://github.com/docling-project/docling/commit/9210812bfaad1fb138194464f0d563788f63f4c2)) +* **html:** Fix HTML parsed heading level ([#1244](https://github.com/docling-project/docling/issues/1244)) ([`85c4df8`](https://github.com/docling-project/docling/commit/85c4df887b4dfc566f38ce25c6cf2824ff092b8e)) + ## [v2.28.1](https://github.com/docling-project/docling/releases/tag/v2.28.1) - 2025-03-25 ### Fix diff --git a/pyproject.toml b/pyproject.toml index cd5f9ac..d3af33e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling" -version = "2.28.1" # DO NOT EDIT, updated automatically +version = "2.28.2" # 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 ",