diff --git a/CHANGELOG.md b/CHANGELOG.md index f09c4b9a91..eba64d1e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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](https://semver.org/spec/v2.0.0.html). +## [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