Skip to content

Commit d3b90aa

Browse files
committed
bump version, prepare Changelog
1 parent 7e7e865 commit d3b90aa

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ 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+
## [0.5.3] - 2021-06-21
8+
9+
### Added
10+
11+
- Add command to repair notifications and properly handle mail sending … - [#333](https://github.com/owncloud/notifications/issues/333)
812

913
## [0.5.2] - 2020-07-15
1014

@@ -49,7 +53,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4953
- Move OCS calls to app framework - consumes less resources - [#98](https://github.com/owncloud/notifications/pull/98)
5054
- Don't use escaped message for browser notification - [#100](https://github.com/owncloud/notifications/pull/100)
5155

52-
[Unreleased]: https://github.com/owncloud/notifications/compare/v0.5.2...master
56+
[0.5.3]: https://github.com/owncloud/notifications/compare/v0.5.2...v0.5.3
5357
[0.5.2]: https://github.com/owncloud/notifications/compare/v0.5.0...v0.5.2
5458
[0.5.0]: https://github.com/owncloud/notifications/compare/v0.4.1...v0.5.0
5559
[0.4.1]: https://github.com/owncloud/notifications/compare/v0.4.0...v0.4.1

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<licence>AGPL</licence>
1212
<author>Joas Schilling, Thomas Müller</author>
13-
<version>0.5.2</version>
13+
<version>0.5.3</version>
1414

1515
<types>
1616
<logging/>

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_notifications
4-
sonar.projectVersion=1.0
4+
sonar.projectVersion=0.5.3
55
sonar.host.url=https://sonarcloud.io
66

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

0 commit comments

Comments
 (0)