From bfca233e8d2562f9b74294e74cb2df9d5875442a Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Mon, 18 Nov 2024 15:39:55 +0000 Subject: [PATCH] update changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4b83f00..57611fc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ ## [Unreleased] -## [3.0.1] - 2024-11-14 +## [3.0.1] - 2024-11-18 - Enable runtime `CORS` configuration using environment variables (`CORS_ORIGIN="https://...,https://..."`, `CORS_METHODS="PUT,OPTIONS"`)