From 529a294f946a95e445e4aafe7c4152d724b4d37e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 12 Sep 2024 16:18:43 +0200 Subject: [PATCH] chore(release): Add changelog for 1.20.1 Signed-off-by: Joas Schilling --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bfeae8..045f434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.20.1 – 2024-09-12 +### Fixed +- fix(versions): Fix compatibility with files_versions and PHP strict types + ## 1.20.0 – 2024-07-30 ### Changed - Require Nextcloud 30