Skip to content

Commit 8deb5eb

Browse files
committed
prepare-2.7.2
1 parent ce947de commit 8deb5eb

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ 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]
7+
## [2.7.2]
88

9+
### Changed
10+
11+
- [#1173](https://github.com/owncloud/activity/pull/1173) - Always return an int from Symfony Command execute method
12+
- Dependency updates
13+
- String updates
914

1015

1116
## [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/).
147152
- Catch mail exceptions and still remove sent emails from queue - [#574](https://github.com/owncloud/activity/issues/574)
148153

149154

150-
[Unreleased]: https://github.com/owncloud/activity/compare/v2.7.1...master
155+
[Unreleased]: https://github.com/owncloud/activity/compare/v2.7.2...master
156+
[2.7.2]: https://github.com/owncloud/activity/compare/v2.7.1...v2.7.2
151157
[2.7.1]: https://github.com/owncloud/activity/compare/v2.7.0...v2.7.1
152158
[2.7.0]: https://github.com/owncloud/activity/compare/v2.6.1...v2.7.0
153159
[2.6.1]: https://github.com/owncloud/activity/compare/v2.6.0...v2.6.1

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.1</version>
18+
<version>2.7.2</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.1
4+
sonar.projectVersion=2.7.2
55
sonar.host.url=https://sonarcloud.io
66

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

0 commit comments

Comments
 (0)