From 5520faef88a4dc12c0a229a0d9c10372e1cd65d4 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Tue, 15 Nov 2022 10:10:25 -0500 Subject: [PATCH] Update changelog for version 1.2.0 --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae07cc9..eeb2699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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