diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a29f6113a..d61c32cfd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,7 +9,7 @@ Changelog 0.24 ==== -0.24.1 (unreleased) +0.24.1 ------ Added ^^^^^ @@ -20,8 +20,6 @@ Fixed - Fix update pk field raises unfriendly error (#1873) - Using `.distinct()` with an annotation and `.order_by()` produces invalid SQL for PostgreSQL (#1886) -Changed -^^^^^^^ 0.24.0 ------ diff --git a/pyproject.toml b/pyproject.toml index 454e021f7..5a0eaeb97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tortoise-orm" -version = "0.24.0" +version = "0.24.1" description = "Easy async ORM for python, built with relations in mind" authors = ["Andrey Bondar ", "Nickolas Grigoriadis ", "long2ice "] license = "Apache-2.0"