From cbc66dbacbeada01229d3e9fb070676ea52902f8 Mon Sep 17 00:00:00 2001 From: David Reed Date: Thu, 8 Dec 2022 18:40:42 -0500 Subject: [PATCH] doc --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ae76e..838011e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.5 + +- This version of Ultraviolet fixes a minor bug with `blob:` URLs. + # v1.0.4 - This version of Ultraviolet introduces support for passing a list of Bare servers in the `uv.config.js` file. This allows users to specify multiple servers that the service worker can choose from, improving reliability and failover.