diff --git a/CHANGELOG.md b/CHANGELOG.md index f9711f72..8e9013dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.23.3](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.23.3) - 2023-08-07 + +### Fix +* Support env-only profile config instantiation ([#125](https://github.com/DS4SD/deepsearch-toolkit/issues/125)) ([`85f5793`](https://github.com/DS4SD/deepsearch-toolkit/commit/85f579337beb88d520f57924355b8e485043775b)) +* Align model with allowed values in backend ([#122](https://github.com/DS4SD/deepsearch-toolkit/issues/122)) ([`0491ed4`](https://github.com/DS4SD/deepsearch-toolkit/commit/0491ed4a2bea85a8d38bd9ca3d41496abb7b5a23)) + ## [v0.23.2](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.23.2) - 2023-07-28 ### Fix diff --git a/pyproject.toml b/pyproject.toml index ed80e94e..22b93826 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "0.23.2" # DO NOT EDIT, updated automatically +version = "0.23.3" # 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"