diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f947b8..c4f7c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,17 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele ### Features +### Bug Fixes + +### Misc + +## 1.2.0 (2021-12-18) + +### Features + - Adds 64-bit support for `Value.value_int` - Adds Django 4.0 and Python 3.10 support -### Bug Fixes - ### Misc - Drops support for Django 3.1 and Python 3.6 diff --git a/pyproject.toml b/pyproject.toml index e1f8465..4ec5be1 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.1.0" +version = "1.2.0" license = "GNU Lesser General Public License (LGPL), Version 3" packages = [ { include = "eav" }