From 08d93bb897ced8693105955d53dc7fffa0f26595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Wed, 18 Oct 2023 09:51:58 +0200 Subject: [PATCH] DOC: cl --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 989048b..c7746bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [6.0.1 2023-10-18] ## + +### Fixed ### +* Old passwords table is removed from dumps where it still exists. + ## [6.0.0 2023-10-17] ## This is a major update. Switching from integer ids for internal and external use to string ids for the external use while keeping the old integer ids for internal use. -- GitLab