From c5d8d356fe8ab4c2b22afa9bacb96da97ed8ebe1 Mon Sep 17 00:00:00 2001 From: olliemath Date: Sun, 8 Aug 2021 10:11:55 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c703d6..7f0e0a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Change Log v2.2.0 ------ -- Support up to clickhouse 20.8 +- Support up to clickhouse 20.12, including LTS 20.8 release - Fixed boolean logic for Q objects (https://github.com/Infinidat/infi.clickhouse_orm/issues/158) - Remove implicit use of '\N' character (which was causing deprecation warnings in queries) - Tooling updates: use poetry, pytest, isort, black