Update CHANGELOG.md

This commit is contained in:
mathiasag7 2023-09-06 17:47:14 +01:00 committed by GitHub
parent a73e327253
commit 6a01f163b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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