From b29a886984fe61b56644b2f54349c538529e3c6e Mon Sep 17 00:00:00 2001 From: william Murphy Date: Mon, 12 Feb 2024 17:22:33 -0600 Subject: [PATCH] version changelog: --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eefcd3a..9486657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -## Unreleased +## v6.0.3 (2024-02-12) ### Fixed * DB performance improvements: * Bump activitypub-express for caching of nodeinfo user counts to improve DB performance * Add missing index for token validation -## v6.0.2 (2023-02-01) +## v6.0.2 (2024-02-01) ### Fixed * Fixed an issue with SSO automatic username generation where generated usernames could be too long to be valid and would lock up the interstitial form preventing the selection of a shorter one.