From 8b2d18d5956bee945505f2bf77a0adc62c948e32 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Thu, 9 Nov 2023 03:41:39 -0500 Subject: [PATCH] Changelog date --- changelog.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 6de1076..26a7255 100644 --- a/changelog.md +++ b/changelog.md @@ -1,13 +1,13 @@ Changelog ========= -0.6.0 (????-??-??) +0.6.0 (2023-11-09) ------------------ -Note that this package upgraded the internal Redis package from 2 to 4. -The Redis package had some BC breaks, which means that as a user of this -package you may also need to make changes to how you configured or passed -the Redis instance. +Note that this package upgraded the internal Redis package from 2 to 4. The +Redis package had some BC breaks, which means that as a user of this package +you may also need to make changes to how you configured or passed the Redis +instance. * This package now supports ESM and CommonJS modules. * No longer supports Node 14. Please use Node 16 or higher.