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