From ab70c02abbdf480ac217b6702932af3d99a98d4f Mon Sep 17 00:00:00 2001 From: Samuel Gordalina Date: Thu, 14 Nov 2024 18:01:58 -1000 Subject: [PATCH] 9.2.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d512fe..e04f15f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 9.2.0 + +- [#254](https://github.com/gordalina/cachetool/pull/254) Allow excluding files in opcache:status:scripts command +- Bump symfony/http-client from 6.1.6 to 6.4.15 +- Bump symfony/http-foundation from 6.1.6 to 6.4.14 +- Bump symfony/process from 6.1.3 to 6.4.14 +- [#252](https://github.com/gordalina/cachetool/pull/252) Fix some typos # 9.1.0 - Fixed an issue where SELinux would prevent writing files to the temp directory.