From ea8c498f152f67bf861414cf3509e26d9a65eb19 Mon Sep 17 00:00:00 2001 From: Ibrahim Halatci Date: Wed, 12 Mar 2025 16:49:08 +0300 Subject: [PATCH] corrected version in the changelog title --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7898053f1..c4c2a3221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### citus v13.0.1 (March 12th, 2025) ### +### citus v13.0.2 (March 12th, 2025) ### * Fixes a crash in columnar custom scan that happens when a columnar table is used in a join. (#7647)