Skip to content

Commit e04caf2

Browse files
committed
prepare release 2.7.1
1 parent d466db0 commit e04caf2

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased] - xxxx-xx-xx
7+
## [2.7.1] - 2022-08-30
8+
9+
### Fixed
10+
11+
- [#1118](https://github.com/owncloud/activity/pull/1118) - Remove the time from the mail, keep the date
12+
813

914
## [2.7.0] - 2021-12-22
1015

@@ -138,7 +143,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
138143
- Catch mail exceptions and still remove sent emails from queue - [#574](https://github.com/owncloud/activity/issues/574)
139144

140145

141-
[Unreleased]: https://github.com/owncloud/activity/compare/v2.7.0...master
146+
[Unreleased]: https://github.com/owncloud/activity/compare/v2.7.1...master
147+
[2.7.1]: https://github.com/owncloud/activity/compare/v2.7.0...v2.7.1
142148
[2.7.0]: https://github.com/owncloud/activity/compare/v2.6.1...v2.7.0
143149
[2.6.1]: https://github.com/owncloud/activity/compare/v2.6.0...v2.6.1
144150
[2.6.0]: https://github.com/owncloud/activity/compare/v2.5.4...v2.6.0

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Never again miss an important event related to content in ownCloud and always be
1515
</description>
1616
<licence>AGPL</licence>
1717
<author>Thomas Müller, Frank Karlitschek, Joas Schilling, Tom Needham, Vincent Petry</author>
18-
<version>2.7.0</version>
18+
<version>2.7.1</version>
1919
<default_enable/>
2020
<types>
2121
<filesystem/>

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Organization and project keys are displayed in the right sidebar of the project homepage
22
sonar.organization=owncloud-1
33
sonar.projectKey=owncloud_activity
4-
sonar.projectVersion=2.7.0
4+
sonar.projectVersion=2.7.1
55
sonar.host.url=https://sonarcloud.io
66

77
# =====================================================

0 commit comments

Comments
 (0)