Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]


## [0.10.2] - 2026-07-22

### Changed
- 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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Sharing with a Custom Group is as easy and quick as always. Just click on the sh
<repository type="git">http://github.com/owncloud/customgroups.git</repository>
<licence>AGPL</licence>
<author>Vincent Petry</author>
<version>0.10.1</version>
<version>0.10.2</version>
<documentation>
<user>https://doc.owncloud.com/server/latest/user_manual/files/webgui/custom_groups.html</user>
<admin>https://doc.owncloud.com/server/latest/admin_manual/configuration/user/user_configuration.html?highlight=custom%20groups#enabling-custom-groups</admin>
Expand Down