diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8acaf..5ea25f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.6.2 (2024-09-11) + +### Fix + +- sql injection for schema (but not sql run as it is designed for that). (#56) + ## v0.6.1 (2024-09-11) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 177bfaa..733fed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kontext-copilot" -version = "0.6.1" +version = "0.6.2" description = "Kontext Copilot is an AI empowered assistant for data analytics that can run on your local computer." authors = ["Kontext "] readme = "README.md"