We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68c2c1 commit 0cd59b5Copy full SHA for 0cd59b5
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
4
+## 0.6.3 - 2024-01-20
5
+
6
+- Fix create_user to work with MySql/MariaDB/sqlite [Issue#579](https://github.com/ciur/papermerge/issues/579)
7
8
## 0.6.2 - 2024-01-01
9
10
- disable DB connection pooling
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "auth-server"
-version = "0.6.2"
+version = "0.6.3"
description = "Papermerge auth server"
authors = ["Eugen Ciur <eugen@papermerge.com>"]
readme = "README.md"
0 commit comments