diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e5b3fad..a9f8493e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning 2.0.0](https://semver.org/). +## Release 2.4.2 + +- Relaxed `pyparsing` dependency requirements to allow for use of `3.2` and above for + supported Python versions. +- Relaxed `numpy` dependency requirements to allow for use of `2.x` and above for + supported Python versions. +- Relaxed `pydantic` dependency requirements to allow for use of `2.x` and above for + supported Python versions. +- Relaxed `pillow` dependency requirements to allow for use of `8.x` and above for + supported Python versions. +- Relaxed `click` dependency requirements to allow for use of `8.x` and above for + supported Python versions. +- Relaxed Python version requirement to allow for use of `3.8` and above. +- Changed documentation deployment flow to include `latest`, `stable` and `dev` links. + ## Release 2.4.1 - Added support for comment based attributes (#217)