diff --git a/CHANGELOG.md b/CHANGELOG.md index 2708554..a08692f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.1.6](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.1.6) - 2024-09-03 + +### Fix + +* TableFormer raises IndexError: too many indices for array ([`ad494ca`](https://github.com/DS4SD/docling-ibm-models/commit/ad494caaaceb46fcd99054dba70c10fc688a57e6)) + ## [v1.1.5](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.1.5) - 2024-08-29 ### Fix diff --git a/pyproject.toml b/pyproject.toml index cb31bee..9940419 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "1.1.5" # DO NOT EDIT, updated automatically +version = "1.1.6" # 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"