From 0693d19f7a2307bb061d05118da367c38938d377 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 13 Apr 2023 15:01:13 -0400 Subject: [PATCH] Update changelog for version 1.2.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb2699..c235d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ See also: [Github Release Page](https://github.com/enpaul/peewee-plus/releases). +## Version 1.2.1 + +View this release on: [Github](https://github.com/enpaul/peewee-plus/releases/tag/1.2.1), +[PyPI](https://pypi.org/project/peewee-plus/1.2.1/) + +- Add PyPI classifier for Python 3.11 +- Fix SQLite variable limit determination to account for changes in SQLite 3.32 + ## Version 1.2.0 View this release on: [Github](https://github.com/enpaul/peewee-plus/releases/tag/1.2.0),