From 758f26385be1ad222f9cf9f907282f454c1fce4f Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Fri, 29 Nov 2024 20:39:55 -0500 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ba7cf..37b11b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [5.1.6](https://github.com/userfrosting/sprinkle-account/compare/5.1.5...5.1.6) +- Add PHP 8.4 support & tests + ## [5.1.5](https://github.com/userfrosting/sprinkle-account/compare/5.1.4...5.1.5) - `Authenticator::checkAccess` wouldn't use the logged in user if it wasn't loaded before