From 4869385734bdbc79bd3cce9f4d4df0cd345b6793 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Mon, 18 May 2026 16:19:32 +0900 Subject: [PATCH] v2.3.3 Signed-off-by: Shizuo Fujita --- ChangeLog | 4 ++++ VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 69ccf53..40bb417 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Release 2.3.3 - 2026/05/18 + + * out_sql: fix unmapped columns being explicitly set to NULL on INSERT (#169) + Release 2.3.2 - 2026/01/13 * out_sql: Use isolated connection configurations in the output plugin (#152) diff --git a/VERSION b/VERSION index e703481..45674f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.2 \ No newline at end of file +2.3.3 \ No newline at end of file