From 330075a2d09f774bf325447927376dba21a4db76 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 23:19:03 +0200
Subject: [PATCH 1/2] chore: bump version to 2.1.2
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 | 8 +++++++-
appinfo/info.xml | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 133ceda7..719df130 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@
## [Unreleased]
+## [2.1.2] - 2026-07-22
+
+### Changed
+- Maintenance release re-signed with the ownCloud G2 code-signing certificate for the ownCloud 11.0.0 release.
+
## [2.1.1] - 2026-07-22
### Changed
@@ -84,7 +89,8 @@ owncloud-notes (0.2)
* Remember last note
* Fixed various bugs
-[Unreleased]: https://github.com/owncloud/notes/compare/v2.1.1..master
+[Unreleased]: https://github.com/owncloud/notes/compare/v2.1.2..master
+[2.1.2]: https://github.com/owncloud/notes/compare/v2.1.1..v2.1.2
[2.1.1]: https://github.com/owncloud/notes/compare/v2.1.0..v2.1.1
[2.1.0]: https://github.com/owncloud/notes/compare/v2.0.7..v2.1.0
[2.0.7]: https://github.com/owncloud/notes/compare/v2.0.6...v2.0.7
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4958f161..4d40d965 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
Notes
AGPL
Bernhard Posselt, Jan-Christoph Borchardt, Hendrik Leppelsack
- 2.1.1
+ 2.1.2
Notes
tools
Distraction-free notes and writing
From f01ef0906da744c379681379b3b0c16cd19db7be 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 23:40:51 +0200
Subject: [PATCH 2/2] docs(changelog): correct 2.1.2 note - re-release due to
build error
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The 2.1.2 entry reused the G2 re-signing wording that already describes
2.1.1. This bump was actually forced by a build error in the previous
package, so reword the entry to reflect the real reason.
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 719df130..c984fcfe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@
## [2.1.2] - 2026-07-22
### Changed
-- Maintenance release re-signed with the ownCloud G2 code-signing certificate for the ownCloud 11.0.0 release.
+- Re-release to correct a build error in the previous package for the ownCloud 11.0.0 release.
## [2.1.1] - 2026-07-22