diff --git a/CHANGELOG.md b/CHANGELOG.md index c51e5f15..923be43c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,13 @@ 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] +## [2.7.2] +### Changed + +- [#1173](https://github.com/owncloud/activity/pull/1173) - Always return an int from Symfony Command execute method +- Dependency updates +- String updates ## [2.7.1] - 2022-08-30 @@ -147,7 +152,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.7.1...master +[Unreleased]: https://github.com/owncloud/activity/compare/v2.7.2...master +[2.7.2]: https://github.com/owncloud/activity/compare/v2.7.1...v2.7.2 [2.7.1]: https://github.com/owncloud/activity/compare/v2.7.0...v2.7.1 [2.7.0]: https://github.com/owncloud/activity/compare/v2.6.1...v2.7.0 [2.6.1]: https://github.com/owncloud/activity/compare/v2.6.0...v2.6.1 diff --git a/appinfo/info.xml b/appinfo/info.xml index 1ddc3149..d108e761 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.7.1 + 2.7.2 diff --git a/sonar-project.properties b/sonar-project.properties index 9aaa8fcd..5b935f7b 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.7.1 +sonar.projectVersion=2.7.2 sonar.host.url=https://sonarcloud.io # =====================================================