From 6cc9e75e1ddf9bb0e2c9e7f0558e9aee10e29498 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Mon, 11 May 2026 13:31:52 -0700 Subject: [PATCH] add 2.7.2 changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d8281d..2ee50b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [2.7.2] (05/11/2026) + +### Fixed +* Fixed `pip check` for environments installing `mkl-service` [gh-201](https://github.com/IntelPython/mkl-service/pull/201), broken when `mkl` was introduced as runtime dependency [gh-177](https://github.com/IntelPython/mkl-service/pull/177) + ## [2.7.1] (05/08/2026) ### Changed