From 557c3c3c6c1e47a2e63cb26ce40af9ac85b65264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Duchesneau?= Date: Tue, 23 Jan 2024 16:48:38 -0500 Subject: [PATCH] changelog shenanigans --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d7299..74bbd2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## v4.0.1 * Fixed the timestamp parsing in Clickhouse dialect. * Fixed the schema in the tutorial for clickhouse. -* Bump version of `schema` dependency to fix errors with new Clickhouse versions now using `system.tables` table instead of `information_schema.tables` view. * Add `--network` flag to override the default value in the manifest or spkg ## v4.0.0 +* Bump version of `schema` dependency to fix errors with new Clickhouse versions now using `system.tables` table instead of `information_schema.tables` view. + +## v4.0.0-rc.3 + * Fix a critical bug breaking the reorg management when more than one row needs to be reverted. ## v4.0.0-rc.2