From 6199b9887e53e11dfdfb590beba79577c120efed Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Wed, 11 Mar 2026 14:19:46 -0400 Subject: [PATCH 1/3] Release 3.8.2 --- HISTORY.md | 5 +++++ lib/Version.php | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8437ee2..d23fb6d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,9 @@ +3.8.2 / 2026-03-11 +================== + + * Fix OS command injection in ForkCurl consumer (#246) + 3.8.1 / 2025-01-27 ================== diff --git a/lib/Version.php b/lib/Version.php index 56792c8..9846bbd 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -1,7 +1,3 @@ Date: Wed, 11 Mar 2026 14:20:41 -0400 Subject: [PATCH 2/3] Release 3.8.2 --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index d23fb6d..1642c3f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,9 @@ +3.8.2 / 2026-03-11 +================== + + + 3.8.2 / 2026-03-11 ================== From 4cf8ad66161ca14cd5be5da45e79b40066745335 Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Wed, 11 Mar 2026 14:30:52 -0400 Subject: [PATCH 3/3] Fix Version.php code style for CI compliance Co-Authored-By: Claude Opus 4.6 --- lib/Version.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/Version.php b/lib/Version.php index 9846bbd..c74361c 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -1,3 +1,7 @@