From e791b5eaecaa33e649ba4dbcbd51f0a43ba50344 Mon Sep 17 00:00:00 2001 From: Bart Jaskulski <bjaskulski@protonmail.com> Date: Thu, 9 Jan 2025 09:13:04 +0100 Subject: [PATCH] chore: add changelog Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com> --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec2dcdb..2f6634a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # wp-init changelog +## [0.10.5] - 2025-01-09 +### Fixed +- Fixed condition checking if current environment is development, causing container to always use live version. + ## [0.10.4] - 2024-11-27 ### Fixed - When container cannot be compiled to disk, it will be used without cache. -- GitLab