From 040ca2aca78b069ac7cc311e0bbccf94eacafd5d Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Wed, 23 Sep 2026 16:16:40 +0530 Subject: [PATCH] Prepare for release v0.8.4 Signed-off-by: Tushar Goel --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fdef4e7..6f6874c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Changelog ========= +v0.8.4 +-------- +- Update GH release tag to fixed commit SHA (https://github.com/aboutcode-org/fetchcode/pull/219) + v0.8.3 -------- - Support fetching npm packages with namespaced scopes (https://github.com/aboutcode-org/fetchcode/pull/217)