From d3b90aa18bb2b4056ddbb476ba4c3874abb90e59 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 21 Jun 2021 14:25:26 +0200 Subject: [PATCH] bump version, prepare Changelog --- CHANGELOG.md | 8 ++++++-- appinfo/info.xml | 2 +- sonar-project.properties | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cea40d4..8734d8ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ 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] +## [0.5.3] - 2021-06-21 + +### Added + +- Add command to repair notifications and properly handle mail sending … - [#333](https://github.com/owncloud/notifications/issues/333) ## [0.5.2] - 2020-07-15 @@ -49,7 +53,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Move OCS calls to app framework - consumes less resources - [#98](https://github.com/owncloud/notifications/pull/98) - Don't use escaped message for browser notification - [#100](https://github.com/owncloud/notifications/pull/100) -[Unreleased]: https://github.com/owncloud/notifications/compare/v0.5.2...master +[0.5.3]: https://github.com/owncloud/notifications/compare/v0.5.2...v0.5.3 [0.5.2]: https://github.com/owncloud/notifications/compare/v0.5.0...v0.5.2 [0.5.0]: https://github.com/owncloud/notifications/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/owncloud/notifications/compare/v0.4.0...v0.4.1 diff --git a/appinfo/info.xml b/appinfo/info.xml index 05fe7ddf..b76d371f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ AGPL Joas Schilling, Thomas Müller - 0.5.2 + 0.5.3 diff --git a/sonar-project.properties b/sonar-project.properties index c68c08a3..9ed8c779 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_notifications -sonar.projectVersion=1.0 +sonar.projectVersion=0.5.3 sonar.host.url=https://sonarcloud.io # =====================================================