From 9e79bf5b9d28bde130d5170d7aa369f5c271daa2 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Sat, 11 Jan 2025 21:05:55 -0500 Subject: [PATCH] Update Changelog [skip ci] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 844aefc2..003457e8 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-core/compare/5.1.5...5.1.6) +- Fix [#1282](https://github.com/userfrosting/UserFrosting/issues/1282) - `php bakery migrate:reset:hard` fails to drop tables in MySql/MariaDB + ## [5.1.5](https://github.com/userfrosting/sprinkle-core/compare/5.1.4...5.1.5) - Add PHP 8.4 support & tests