From ca495ddf9f441fc546438563905b059f923725c7 Mon Sep 17 00:00:00 2001 From: Eugen Ciur Date: Sun, 21 Jan 2024 12:20:36 +0100 Subject: [PATCH] update changelog (#312) --- changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2cd59b852..d67eb11d7 100644 --- a/changelog.md +++ b/changelog.md @@ -2,11 +2,13 @@ -## [3.0.2] - 2024-01-xx +## [3.0.2] - 2024-01-21 ### Fixes - Fix create_user to work with MySql/MariaDB/sqlite3 [Issue#579](https://github.com/ciur/papermerge/issues/579) +- Fix Error / Internal Server Error [Issue#581](https://github.com/ciur/papermerge/issues/581) +- Fix Error thrown after successful login [Issue#307](https://github.com/papermerge/papermerge-core/issues/307) - Fix wrong download URL for document version in viewer - Fix nodes pagination (num_pages int rounded up instead of down)