From 17264e9f833cbe8636a570efc566606698d0d4de Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Wed, 7 Sep 2022 15:41:16 -0400 Subject: [PATCH] Update changelog with version 1.1.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d34cd..ae07cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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),