Skip to content

Commit

Permalink
prepare release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnweiger committed Aug 30, 2022
1 parent d466db0 commit e04caf2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Never again miss an important event related to content in ownCloud and always be
</description>
<licence>AGPL</licence>
<author>Thomas Müller, Frank Karlitschek, Joas Schilling, Tom Needham, Vincent Petry</author>
<version>2.7.0</version>
<version>2.7.1</version>
<default_enable/>
<types>
<filesystem/>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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

# =====================================================
Expand Down

0 comments on commit e04caf2

Please sign in to comment.