diff --git a/CHANGELOG.md b/CHANGELOG.md index fcba8863..be136da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.9.1 +### Fix +* Dont overwrite created by ([`7923265`](https://github.com/projectcaluma/alexandria/commit/792326593b0bffc161417706853c4c97f91819ca)) + # 2.9.0 ### Feature * **document:** Add a method to clone documents ([`ebefcbd`](https://github.com/projectcaluma/alexandria/commit/ebefcbd0cb9af6ae251d69e5527d1b185c03c280)) diff --git a/pyproject.toml b/pyproject.toml index 74648954..ff4d2ab7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma-alexandria" -version = "2.9.0" +version = "2.9.1" description = "Document management service" repository = "https://github.com/projectcaluma/alexandria" authors = ["Caluma "]