diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 65a9119..fc4e966 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,18 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +Version 1.20.2 (2023-11-28) +--------------------------- + +* Added: support for Python 3.12 +* Fixed: avoid deprecation warning + by replacing + ``pkg_resources`` + internally with + ``importlib.metadata`` +* Removed: support for Python 3.7 + + Version 1.20.1 (2023-05-04) ---------------------------