From dcf301d1ef6b1787c2e22ae73e1bca080e9e7e4e Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sat, 26 Mar 2022 16:05:10 -0400 Subject: [PATCH] chore: Version 2.5.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8061fb3..c291a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # nystudio107/craft Change Log -## 2.5.0 - 2022.03.19 +## 2.5.1 - 2022.03.26 +### Added +* Dramatically sped up the startup time for the PHP containers by moving the permissions setting script to run asynchronously in the queue container via the `run_queue.sh` script +## 2.5.0 - 2022.03.19 ### Added * Switch the main branch to `craft-vite` so the default project now uses Vite.js * Significantly increased startup times via a `composer_install.sh` script that only runs `composer install` at container startup time if `composer.lock` or `vendor/` is missing