From e04caf29d8cd0f88f40b5762886861731e1eb406 Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Tue, 30 Aug 2022 17:21:26 +0200 Subject: [PATCH 1/2] prepare release 2.7.1 --- CHANGELOG.md | 10 ++++++++-- appinfo/info.xml | 2 +- sonar-project.properties | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ac207f..68736fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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.1] - 2022-08-30 + +### Fixed + +- [#1118](https://github.com/owncloud/activity/pull/1118) - Remove the time from the mail, keep the date + ## [2.7.0] - 2021-12-22 @@ -138,7 +143,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.0...master +[Unreleased]: https://github.com/owncloud/activity/compare/v2.7.1...master +[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 [2.6.0]: https://github.com/owncloud/activity/compare/v2.5.4...v2.6.0 diff --git a/appinfo/info.xml b/appinfo/info.xml index f4eaeaf2..6c638a6e 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.0 + 2.7.1 diff --git a/sonar-project.properties b/sonar-project.properties index b750e90d..9aaa8fcd 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.0 +sonar.projectVersion=2.7.1 sonar.host.url=https://sonarcloud.io # ===================================================== From d90f650d7435ca3ce578313b1fcedb5e6eb152ec Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Tue, 13 Sep 2022 00:14:48 +0200 Subject: [PATCH 2/2] prepare merge back --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68736fa6..c51e5f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.1] - 2022-08-30 ### Fixed