diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2ac207f..c51e5f15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,16 @@ 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
+## [Unreleased]
+
+
+
+## [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 +147,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
# =====================================================