From 9eb43c9f9f52673febee313a7ff782713c7ebd94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 3 Feb 2025 10:50:10 +0200 Subject: [PATCH] Add reflink to 4.0.0 release in changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7713d9fc..9f971a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update PHPUnit to 8.x - Replace `leafo/scssphp` with `scssphp/scssphp` +[4.0.0]: https://github.com/mrclay/minify/compare/3.0.14...4.0.0 + ## [3.0.14] - 2023-05-05 - Support monolog v3, [#705]