diff --git a/docs/releases.md b/docs/releases.md index e2b11bf..0ea8d27 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1,3 +1,10 @@ +# 0.10.22 + +## 🐛 Fixes + +* Hot fix for validators not being inherited when parent `ormar` model was set [#365](https://github.com/collerek/ormar/issues/365) + + # 0.10.21 ## 🐛 Fixes diff --git a/pyproject.toml b/pyproject.toml index 6f5ce1c..e6296ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "ormar" [tool.poetry] name = "ormar" -version = "0.10.21" +version = "0.10.22" description = "A simple async ORM with fastapi in mind and pydantic validation." authors = ["Radosław Drążkiewicz "] license = "MIT"