Update changelog for version 1.2.0

This commit is contained in:
Ethan Paul 2022-11-15 10:10:25 -05:00
parent 60bdfbfb17
commit 5520faef88
1 changed files with 5 additions and 3 deletions

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