From 4c5ca51cf12f65406a0720eeb80f7d57d98d4cc5 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Mon, 27 Nov 2023 16:12:32 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0266a5e3..e61314bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.12.9 - 2023-11-27 + +### Changed + +- Removed PHPUnit 10 support to prevent a breaking change. Moved to 1.x. + ## v0.12.8 - 2023-11-21 ### Changed