From c0fac0c362d22e391f1cc2ed8b212e8d4c601df3 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Fri, 8 May 2026 13:19:56 -0700 Subject: [PATCH] add 2.7.1 changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17086a9..06dd613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.7.1] (05/08/2026) + +### Changed +* Make `mkl-service` backward compatibility from MKL 2026.0 down to at least 2023.2 [gh-193](https://github.com/IntelPython/mkl-service/pull/193), broken by [gh-175](https://github.com/IntelPython/mkl-service/pull/175) + +### Fixed +* Changed insecure HTTP URLs to HTTPS in `pyproject.toml` and conda recipe files for improved security [gh-189](https://github.com/IntelPython/mkl-service/pull/189) + ## [2.7.0] (04/16/2026) ### Added