diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fffdb31..32810514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [v0.20.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.20.0) - 2023-07-11 + +### Feature +* Expose additional export parameters ([#97](https://github.com/DS4SD/deepsearch-toolkit/issues/97)) ([`7ac931c`](https://github.com/DS4SD/deepsearch-toolkit/commit/7ac931c4347a72d0bc7b66e2bdb882c5bd3d6fec)) + ## [v0.19.1](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.19.1) - 2023-06-27 ### Fix diff --git a/pyproject.toml b/pyproject.toml index c4359d11..8df9db17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "0.19.1" # DO NOT EDIT, updated automatically +version = "0.20.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"