From 309f65fb01a0b7e5174a486b8417c4d70c860ef2 Mon Sep 17 00:00:00 2001 From: Mohammed Alshehri <542855+dralshehri@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:52:58 +0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0a91e..51f065c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ The versioning scheme is compliant with the [PEP 440] specification. [PEP 440]: https://peps.python.org/pep-0440/#public-version-identifiers +## 2.3.0 (2023-12-18) + +- Dropped support for Python 3.7 and added support for Python 3.12. +- Changed documentation theme along with other enhancements. + ## 2.2.0 (2023-04-24) - Dropped support for Python 3.6 and added support for Python 3.11.