diff --git a/CHANGELOG.md b/CHANGELOG.md index 2152679..af89f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,11 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele ## {{ Next Version }} +### Bug Fixes ### Features +## 1.5.0 (2023-11-08) + ### Bug Fixes - Fixes querying with multiple eav kwargs [#395](https://github.com/jazzband/django-eav2/issues/395) diff --git a/pyproject.toml b/pyproject.toml index 56b37dc..90a6554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ include = '\.pyi?$' [tool.poetry] name = "django-eav2" description = "Entity-Attribute-Value storage for Django" -version = "1.4.0" +version = "1.5.0" license = "GNU Lesser General Public License (LGPL), Version 3" packages = [ { include = "eav" }