From 07aca0d266b2d3e1bb484ab6d8114ea8b954313e Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Thu, 21 Nov 2024 15:17:35 -0800 Subject: [PATCH] Update CHANGELOG for v2.3.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e55216..833bba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.3.0 + +**Changes:** + +- The minimum supported version of Python has been bumped up to Python 3.9, with ongoing testing from Python 3.9 through Python 3.13. Dependencies have been updated as well, including upgrading to `cryptography==43.0.3` ([#233](https://github.com/duo-labs/py_webauthn/pull/233), with thanks to @ds-cbo) + ## v2.2.0 **Changes:**