From d5a36d9ffef50d01232c3447035176bedc8d41a4 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Thu, 17 Sep 2026 17:20:35 +0200 Subject: [PATCH] Update to v2.13.3 --- .changes/2.13.3.md | 3 +++ CHANGELOG.md | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 .changes/2.13.3.md diff --git a/.changes/2.13.3.md b/.changes/2.13.3.md new file mode 100644 index 0000000..9afcf87 --- /dev/null +++ b/.changes/2.13.3.md @@ -0,0 +1,3 @@ +## 2.13.3 - 2026-09-17 +### DX +* Upgrade to php version 8.4 in Dockerfile diff --git a/CHANGELOG.md b/CHANGELOG.md index ab5ebec..c51fe35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 2.13.3 - 2026-09-17 +### DX +* Upgrade to php version 8.4 in Dockerfile + ## 2.13.2 - 2026-09-17 ### DX * Fix permissions for writing to cache directory during helm deployment