From cc614cf38bd078a35ab4ab63da95bc2696c02b45 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 6 Jul 2021 13:14:51 +0200 Subject: [PATCH] update changelog --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 42f2b1ba78..f270d0b58b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# NOT PUBLISHED YET +# Version 0.9.0 ## Features @@ -47,6 +47,7 @@ - Fixed bug where we didn't ignore the email case, converted all emails to lowercase internally (#1243) - Fixed a console bug where you can't click a user with no name, added a placehoder for anonyomous users (#1220) - Fixed unique keys not being updated when changing a user's email address (#1301) +- Fixed a bug where decimal integers where wrongly used with database filters (#1349) ## Security