diff --git a/CHANGELOG.md b/CHANGELOG.md index 813e4e46..118c0288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` release. +## 1.6.1 (2024-06-23) + +### What's Changed + +- Ensure eav.register() Maintains Manager Order by @Dresdn in https://github.com/jazzband/django-eav2/pull/595 +- Update downstream dependencies by @Dresdn in https://github.com/jazzband/django-eav2/pull/597 + ## 1.6.0 (2024-03-14) ### What's Changed diff --git a/pyproject.toml b/pyproject.toml index 307a6e95..10ba4503 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.6.0" +version = "1.6.1" license = "GNU Lesser General Public License (LGPL), Version 3" packages = [ { include = "eav" }