Update changelog with version 1.1.1

This commit is contained in:
Ethan Paul 2022-09-07 15:41:16 -04:00
parent 62f1755c74
commit 17264e9f83
Signed by: enpaul
GPG Key ID: 07F53B438281D181

View File

@ -2,6 +2,13 @@
See also: [Github Release Page](https://github.com/enpaul/peewee-plus/releases).
## Version 1.1.1
View this release on: [Github](https://github.com/enpaul/peewee-plus/releases/tag/1.1.1),
[PyPI](https://pypi.org/project/peewee-plus/1.1.1/)
- Fix nullable enums raising an `IntegrityError` when value is `None` (#1)
## Version 1.1.0
View this release on: [Github](https://github.com/enpaul/peewee-plus/releases/tag/1.1.0),