diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee180d..522f4e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v1.1.0](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.1.0) - 2024-07-18 + +### Feature + +* Switch to python3.10. Update poetry files, readme.md, contributing.md ([`b9efd29`](https://github.com/DS4SD/docling-ibm-models/commit/b9efd29dae7de59547be9eca457a227b871fa03e)) + +### Documentation + +* Optimize images ([#6](https://github.com/DS4SD/docling-ibm-models/issues/6)) ([`cbfcd4e`](https://github.com/DS4SD/docling-ibm-models/commit/cbfcd4e9f2f9ba840eec034045c8b410ad83df44)) + ## [v1.0.0](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.0.0) - 2024-07-16 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 856320f..a283ea0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "1.0.0" # DO NOT EDIT, updated automatically +version = "1.1.0" # 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"