From 9471b93e4b410d4f5f8b0325bdd6fec21abb9740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:23:42 +0200 Subject: [PATCH] chore: prepare 2.1.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the 2.1.0 changelog entry: ownCloud 11 compatibility (#526) and PHP 8.3 requirement (#528). Co-Authored-By: Claude Opus 4.8 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d24f5bc..35404062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ +## [2.1.0] - 2026-07-06 + +### Changed + * [#526](https://github.com/owncloud/notes/pull/526) - Compatible with ownCloud 11 + * [#528](https://github.com/owncloud/notes/pull/528) - Require PHP 8.3 + * Development dependencies updated + ## [2.0.7] - 2024-09-23 ### Fixed