Skip to content

Commit 0cd59b5

Browse files
authored
changelog update + version bump (#26)
1 parent c68c2c1 commit 0cd59b5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

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+
48
## 0.6.2 - 2024-01-01
59

610
- disable DB connection pooling

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "auth-server"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = "Papermerge auth server"
55
authors = ["Eugen Ciur <eugen@papermerge.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)