diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d73e7ee..c26bc107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.1.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v1.1.0) - 2024-10-16 + +### Feature + +* Upgrade to new docling-core ([#187](https://github.com/DS4SD/deepsearch-toolkit/issues/187)) ([`0ee10ce`](https://github.com/DS4SD/deepsearch-toolkit/commit/0ee10ce51edc0abca7321f66600546c94ce7f7be)) + ## [v1.0.1](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v1.0.1) - 2024-09-09 ### Fix diff --git a/pyproject.toml b/pyproject.toml index a8cb463e..3e4c8c64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "1.0.1" # DO NOT EDIT, updated automatically +version = "1.1.0" # DO NOT EDIT, updated automatically description = "Interact with the Deep Search platform for new knowledge explorations and discoveries" authors = ["Michele Dolfi ", "André Carvalho ", "Lokesh Mishra ", "Christoph Auer ", "Kasper Dinkla ", "Cesar Berrospi Ramis ", "Panos Vagenas ", "Peter Staar "] license = "MIT"