From 2fe4b0e905db84f9c1465746a90494bb04d01f4c 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:17:50 +0200
Subject: [PATCH 1/2] chore: bump version to 0.10.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 376b091b..1f4b7506 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]
+## [0.10.2] - 2026-07-22
+
+### Changed
+- Maintenance release re-signed with the ownCloud G2 code-signing certificate for the ownCloud 11.0.0 release.
+
## [0.10.1] - 2026-07-22
### Changed
@@ -224,7 +229,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Fixes spinner issues - [#47](https://github.com/owncloud/customgroups/issues/47)
-[Unreleased]: https://github.com/owncloud/customgroups/compare/v0.10.1..master
+[Unreleased]: https://github.com/owncloud/customgroups/compare/v0.10.2..master
+[0.10.2]: https://github.com/owncloud/customgroups/compare/v0.10.1..v0.10.2
[0.10.1]: https://github.com/owncloud/customgroups/compare/v0.10.0..v0.10.1
[0.10.0]: https://github.com/owncloud/customgroups/compare/v0.9.1..v0.10.0
[0.9.1]: https://github.com/owncloud/customgroups/compare/v0.9.0...v0.9.1
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d5ff7ce0..44f3d708 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -24,7 +24,7 @@ Sharing with a Custom Group is as easy and quick as always. Just click on the sh
http://github.com/owncloud/customgroups.git
AGPL
Vincent Petry
- 0.10.1
+ 0.10.2
https://doc.owncloud.com/server/latest/user_manual/files/webgui/custom_groups.html
https://doc.owncloud.com/server/latest/admin_manual/configuration/user/user_configuration.html?highlight=custom%20groups#enabling-custom-groups
From d5445d983a59aca8dfaa2d3ca49b8fcd2a566b4f 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:49 +0200
Subject: [PATCH 2/2] docs(changelog): correct 0.10.2 note - re-release due to
build error
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The 0.10.2 entry reused the G2 re-signing wording that already describes
0.10.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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f4b7506..0993314e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,12 +9,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [0.10.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.
## [0.10.1] - 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.
## [0.10.0] - 2026-06-29