From e71ce6f973df53ddfc80bdfd7ccc4c6a4ce77a0e Mon Sep 17 00:00:00 2001 From: Woody Gilk <woody.gilk@gmail.com> Date: Mon, 10 Jun 2024 08:00:34 -0500 Subject: [PATCH] Prepare for 2.2.0 release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cacfeba..16fb925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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). +## [2.2.0] - 2024-06-10 + +- Allow PHPUnit 11.x #51 + ## [2.1.0] - 2023-11-25 - Clean up testing changes #48, #49 -- GitLab