From c42de9a0367a75f449f1af370a5d6ee03ed9072d Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 15 Apr 2024 09:58:36 -0500 Subject: [PATCH] chore: release v0.11.0 (#253) Updates dependencies: 1. Update boxo from 0.12 to 0.19. 2. Update the CORS library. The OPTIONS method now returns 204 (no content) instead of 200 (ok). 3. Misc. --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 9186b8e..ea22ea5 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.10.2" + "version": "v0.11.0" }