From 4f09d6ed281a2b6028e5571ca29e13b04a575064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Wed, 22 Jul 2026 11:53:54 +0200 Subject: [PATCH] docs: add CHANGELOG entry for 2.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 625b528..77e2918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Changed - Maintenance release re-signed with the ownCloud G2 code-signing certificate for the ownCloud 11.0.0 release. +## [2.1.0] - 2026-06-29 + +### Changed +- ownCloud 11 compatible release (oc 11.0.0-rc1). + ## [2.0.2] - 2024-07-10 ### Changed @@ -81,6 +86,7 @@ Initial release of the application [Unreleased]: https://github.com/owncloud/files_external_dropbox/compare/v2.1.1..master [2.1.1]: https://github.com/owncloud/files_external_dropbox/compare/v2.1.0..v2.1.1 +[2.1.0]: https://github.com/owncloud/files_external_dropbox/compare/v2.0.2..v2.1.0 [2.0.2]: https://github.com/owncloud/files_external_dropbox/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/owncloud/files_external_dropbox/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/owncloud/files_external_dropbox/compare/v1.2.0...v2.0.0