Update changelog for version 1.2.0

This commit is contained in:
Ethan Paul 2022-11-15 10:10:25 -05:00
parent 44e6155a4d
commit b73f76fe01
Signed by: enpaul
GPG Key ID: DAF443CA3A2FA6FA

View File

@ -2,11 +2,13 @@
See also: [Github Release Page](https://github.com/enpaul/peewee-plus/releases).
## Version 1.1.1
## Version 1.2.0
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/)
View this release on: [Github](https://github.com/enpaul/peewee-plus/releases/tag/1.2.0),
[PyPI](https://pypi.org/project/peewee-plus/1.2.0/)
- Remove support for Python 3.6
- Update development workflows to use Poetry 1.2
- Fix nullable enums raising an `IntegrityError` when value is `None` (#1)
## Version 1.1.0