From d49cf2de4f04ba68896aef5de735b8d63dcc9cef Mon Sep 17 00:00:00 2001 From: Casey McLaughlin Date: Sun, 8 Dec 2024 11:09:15 -0500 Subject: [PATCH] Preparing CHANGELOG.md for v3.2.0 release --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2516e53..9bd94cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,13 @@ All notable changes to this project are 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). -## UNRELEASED +## [3.2.0] ### Added -- PHP 8.2 Github Build +- PHP 8.2, 8.3, and 8.4 Github Builds +### Changed +- Updated GitHub build action/checkout and action/cache ### Fixed +- Dependency issue in `composer.json` affecting PHP7 versions - Build issue with PHPStan in `HtmlHelper` ## [3.1] - 2022-03-16