From 77fa1d4b3eb6ca699882a8981e977476af434c32 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Mon, 11 May 2026 13:43:07 -0700 Subject: [PATCH] add changelog for 1.4.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7970db..550b514 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 +## [1.4.1] (05/11/2026) + +### Fixed +* Removed `mkl` as runtime dependency to avoid possible `pip check` failures [gh-126](https://github.com/IntelPython/mkl_random/pull/126) + ## [1.4.0] (04/16/2026) ### Added