From 9458a6557f294290c6f7cb058549610bb178431c Mon Sep 17 00:00:00 2001 From: Andrew Player Date: Wed, 26 Jun 2024 14:52:09 -0500 Subject: [PATCH] Updated Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d80c1..8b3acd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0] +### Removed +* Support for Python 3.8 and 3.9 has been dropped. The minimum version is now 3.10. ## [0.1.4] ### Fixed