From b478988b495c3541200a33f99407e8f4e2c0a1cd Mon Sep 17 00:00:00 2001 From: Marcel Kost Date: Fri, 17 Jan 2025 10:12:20 +0100 Subject: [PATCH] Update release date --- website/docs/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/releases.md b/website/docs/releases.md index 9837f16..49b29a0 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -24,7 +24,7 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ::: -### 0.0.21200 [Jan 16 2025] +### 0.0.21200 [Jan 17 2025] * Support for Microsoft Azure Blob Storage using [`azure_location`](./sql/external/location.md#microsoft-azure-blob-storage) was added. * Documented [`starts_with`](./sql/scalar_func/string.md) and [`ends_with`](./sql/scalar_func/string.md), as well as negative field positions for [`split_part`](./sql/scalar_func/string.md).