diff --git a/CHANGELOG.md b/CHANGELOG.md index 908a72d639..ff154638f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Maintenance +## [0.20.2] - Jun. 26, 2025 + +### Maintenance + +* Add Python 3.13 to package metadata [gh-2110](https://github.com/IntelPython/dpctl/pull/2110) +* When building dpctl conda package for Python 3.13, restrict Cython to below 3.1.0, as this version and higher may cause crashes [gh-2112](https://github.com/IntelPython/dpctl/pull/2112) + ## [0.20.1] - Jun. 06, 2025 ### Fixed