From 1682d103e576af9a41fd888c47e0eb276fe98dbd Mon Sep 17 00:00:00 2001 From: Woody Gilk <woody.gilk@gmail.com> Date: Sat, 25 Nov 2023 09:24:18 -0600 Subject: [PATCH] Prepare for 2.1.0 release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73427dc..cacfeba 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.1.0] - 2023-11-25 + +- Clean up testing changes #48, #49 + ## [2.0.0] - 2023-10-21 - Require PHP 8.x and PHPUnit 10.x #47 -- GitLab