diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bdefbb..07668c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.17.0] +### Additions +- Add support for python 3.13 +### Removals +- Remove support for python 3.8 + ## [1.16.0] ### Additions - Added 2 new filter functions: `set` and `sorted` - ## [1.15.7] ### Updates - Bumped pycfmodel to use pydantic v2