diff --git a/CHANGELOG.md b/CHANGELOG.md index 607f6e1..11aa389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele ### Bug Fixes +## 1.3.1 (2023-02-22) + +### Bug Fixes + +- Generate missing migrations [#331](https://github.com/jazzband/django-eav2/issues/331) + ## 1.3.0 (2023-02-10) ### Features diff --git a/pyproject.toml b/pyproject.toml index 977b90d..a93aa1e 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.3.0" +version = "1.3.1" license = "GNU Lesser General Public License (LGPL), Version 3" packages = [ { include = "eav" }