From 6acdcd0421fd23c2dd35ed94c5c7eb6b7e170f7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Sep 2024 10:54:00 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.6.1=20=E2=86=92=200.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"