From 6a01f163b644b9bfb8c594738e2c0e8aa9381db5 Mon Sep 17 00:00:00 2001 From: mathiasag7 <50689712+mathiasag7@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:47:14 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d22db5..061c231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele ### Bug Fixes +## 1.5.0 (2023-09-06) + +### Features + +- Support for many type of primary key (UUIDField, BigAutoField, CharField) +- Support for natural key use for some models (EnumValue, EnumGroup, Attribute, Value) + ## 1.4.0 (2023-07-07) ### Features