diff --git a/CHANGELOG.md b/CHANGELOG.md index 41342f03..607f6e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele ### Features +### Bug Fixes + +## 1.3.0 (2023-02-10) + +### Features + - Add support for Django 4.1 ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 47309730..c12e1df4 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.2.3" +version = "1.3.0" license = "GNU Lesser General Public License (LGPL), Version 3" packages = [ { include = "eav" }