From d937cc467fcb3daa0b25fb80fe8bcd7decbc4699 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Tue, 21 Nov 2023 12:53:41 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7bd8b724..f0266a5e3 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.8 - 2023-11-21 + +### Changed + +- Added PHPUnit 10 support. + ## v0.12.8 - 2023-11-14 ### Added