diff --git a/CHANGELOG.md b/CHANGELOG.md index ec185be..00d188a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.6.3 (2023-02-18) + +### Fix + +- Support ImageMagick on Windows + ## 1.6.2 (2023-02-18) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0cfe2e4..67de1d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dr-doc-search" -version = "1.6.2" +version = "1.6.3" description = "Search through a document using a chat interface" authors = [ "namuan ", @@ -71,7 +71,7 @@ mkdocstrings-python = "^0.8.3" [tool.commitizen] name = "cz_conventional_commits" -version = "1.6.2" +version = "1.6.3" tag_format = "$version" version_files = [ "pyproject.toml:version",