diff --git a/CHANGELOG.md b/CHANGELOG.md index 034238e..08d7415 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.8.0 (2025-02-24) + +## What's Changed + +- Add database constraints to Value model for data integrity by @Dresdn in https://github.com/jazzband/django-eav2/pull/706 +- Fix for issue #648: Ensure choices are valid (value, label) tuples by @altimore in https://github.com/jazzband/django-eav2/pull/707 + ## 1.7.1 (2024-09-01) ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index a85ff0a..079644f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "django-eav2" description = "Entity-Attribute-Value storage for Django" -version = "1.8.4" +version = "1.8.0" license = "GNU Lesser General Public License (LGPL), Version 3" packages = [ { include = "eav" }