diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d61a14..813e4e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,16 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` release. -## {{ Next Version }} +## 1.6.0 (2024-03-14) -### Bug Fixes +### What's Changed - Corrects `BaseEntityAdmin` integration into Django Admin site - -### Features +- Split model modules by @iacobfred in https://github.com/jazzband/django-eav2/pull/467 +- Add Django 5.0 and Python 3.12 to the testing by @cclauss in https://github.com/jazzband/django-eav2/pull/487 +- Fix typos with codespell by @cclauss in https://github.com/jazzband/django-eav2/pull/489 +- Enhance BaseEntityAdmin by @Dresdn in https://github.com/jazzband/django-eav2/pull/541 +- Remove support for Django < 3.2 and Python < 3.8 by @Dresdn in https://github.com/jazzband/django-eav2/pull/542 ## 1.5.0 (2023-11-08) diff --git a/pyproject.toml b/pyproject.toml index e7ce7af..76800b5 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.5.0" +version = "1.6.0" license = "GNU Lesser General Public License (LGPL), Version 3" packages = [ { include = "eav" }