diff --git a/CHANGELOG.md b/CHANGELOG.md index f9638788..056115cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. - The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [0.8.0] - 2023-10-25 + +### Added + + - [#603](https://github.com/owncloud/customgroups/pull/603) - Add Menu Icon + +### Fixed + + - [#605](https://github.com/owncloud/customgroups/pull/605) - fix: prevent non-admins from retrieving all customgroups + + ## [0.7.2] - 2023-08-11 ### Changed @@ -189,7 +199,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.7.2...master +[Unreleased]: https://github.com/owncloud/customgroups/compare/v0.8.0...master +[0.8.0]: https://github.com/owncloud/customgroups/compare/v0.7.2...v0.8.0 [0.7.2]: https://github.com/owncloud/customgroups/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/owncloud/customgroups/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/owncloud/customgroups/compare/v0.6.2...v0.7.0 diff --git a/appinfo/info.xml b/appinfo/info.xml index f27e9512..72fe2584 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.7.2 + 0.8.0 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 diff --git a/sonar-project.properties b/sonar-project.properties index a3612eda..4a75747b 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ # Organization and project keys are displayed in the right sidebar of the project homepage sonar.organization=owncloud-1 sonar.projectKey=owncloud_customgroups -sonar.projectVersion=0.7.0 +sonar.projectVersion=0.8.0 sonar.host.url=https://sonarcloud.io # =====================================================