diff --git a/CHANGELOG.md b/CHANGELOG.md index c26bc107..79d9eb4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.1.1](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v1.1.1) - 2024-10-17 + +### Fix + +* Fix legacy doc ref ([#188](https://github.com/DS4SD/deepsearch-toolkit/issues/188)) ([`2b2544b`](https://github.com/DS4SD/deepsearch-toolkit/commit/2b2544bfc5c9940088c7d18eb1f0b57974c40d08)) + ## [v1.1.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v1.1.0) - 2024-10-16 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 3e4c8c64..f96161a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "1.1.0" # DO NOT EDIT, updated automatically +version = "1.1.1" # 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"