diff --git a/CHANGELOG.md b/CHANGELOG.md index d5dc848b..27a0186f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,12 @@ 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/). -## [Unreleased] - XXXX-XX-XX +## [2.7.0] - 2021-12-22 +### Added + +- Include federated share activity in sidebar [#972](https://github.com/owncloud/activity/pull/972) +- Implement activities for rename and move actions [#1018](https://github.com/owncloud/activity/pull/1018) ## [2.6.1] - 2021-06-17 @@ -132,7 +136,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Catch mail exceptions and still remove sent emails from queue - [#574](https://github.com/owncloud/activity/issues/574) -[Unreleased]: https://github.com/owncloud/activity/compare/v2.6.1...master +[Unreleased]: https://github.com/owncloud/activity/compare/v2.7.0...master +[2.7.0]: https://github.com/owncloud/activity/compare/v2.6.0...v2.7.0 [2.6.1]: https://github.com/owncloud/activity/compare/v2.6.0...v2.6.1 [2.6.0]: https://github.com/owncloud/activity/compare/v2.5.4...v2.6.0 [2.5.4]: https://github.com/owncloud/activity/compare/v2.5.3...v2.5.4 diff --git a/appinfo/info.xml b/appinfo/info.xml index a1b79842..f4eaeaf2 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -15,7 +15,7 @@ Never again miss an important event related to content in ownCloud and always be AGPL Thomas Müller, Frank Karlitschek, Joas Schilling, Tom Needham, Vincent Petry - 2.6.1 + 2.7.0 @@ -30,7 +30,7 @@ Never again miss an important event related to content in ownCloud and always be https://raw.githubusercontent.com/owncloud/screenshots/68550c2b7c53e6309132ca1c7b177adca976db0b/activity/activity.png tools - + OCA\Activity\BackgroundJob\EmailNotification diff --git a/sonar-project.properties b/sonar-project.properties index 1ee823a3..b750e90d 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_activity -sonar.projectVersion=2.6.1 +sonar.projectVersion=2.7.0 sonar.host.url=https://sonarcloud.io # =====================================================