From a38a6b9f5c736bad8c80290467fbb5e121da737d Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 24 Feb 2025 19:01:08 -0800 Subject: [PATCH] chore: release 1.8.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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" }