diff --git a/CHANGELOG.md b/CHANGELOG.md index a08692f..ec14311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.1.7](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.1.7) - 2024-09-05 + +### Fix + +* Validation and typechecks in TF post processing and OTSL to HTML conversion function ([#18](https://github.com/DS4SD/docling-ibm-models/issues/18)) ([`d607914`](https://github.com/DS4SD/docling-ibm-models/commit/d60791489596c4052b853d3c1dc559ba026a9f77)) + ## [v1.1.6](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.1.6) - 2024-09-03 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 9940419..564656a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "1.1.6" # DO NOT EDIT, updated automatically +version = "1.1.7" # DO NOT EDIT, updated automatically description = "This package contains the AI models used by the Docling PDF conversion package" authors = ["Nikos Livathinos ", "Maxim Lysak ", "Ahmed Nassar ", "Christoph Auer ", "Michele Dolfi ", "Peter Staar "] license = "MIT"