From 6f2baeccfa77ef433902d37cd7e86d74bbaf9bc1 Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Tue, 24 Sep 2024 12:51:17 +0200 Subject: [PATCH 1/2] build: bump 2.0.7 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++-- appinfo/info.xml | 2 +- sonar-project.properties | 2 +- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c1f02e..29288e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,27 @@ -owncloud-notes (2.0.6) +# Changelog + +## [2.0.7] - 2024-09-23 + +### Fixed + * [#488](https://github.com/owncloud/notes/pull/488) - Fix: ensure that notes are not stored inside a shared folder + * Dependencies updated: + - [#398](https://github.com/owncloud/notes/pull/398) + - [#399](https://github.com/owncloud/notes/pull/399) + - [#400](https://github.com/owncloud/notes/pull/400) + - [#401](https://github.com/owncloud/notes/pull/401) + - [#402](https://github.com/owncloud/notes/pull/402) + - [#403](https://github.com/owncloud/notes/pull/403) + - [#486](https://github.com/owncloud/notes/pull/486) + * Dropped support for PHP 7.2 in [#404](https://github.com/owncloud/notes/pull/404) + + +## owncloud-notes [2.0.6] + * Fixing [App only visible for admins](https://github.com/owncloud/notes/issues/314) -owncloud-notes (2.0.5) +-- + +owncloud-notes [2.0.5] * Ready for ownCloud 10.2+ owncloud-notes (2.0.4) @@ -48,3 +68,8 @@ owncloud-notes (0.2) * Move to App Framework and AngularJS * Remember last note * Fixed various bugs + +[Unreleased]: https://github.com/owncloud/notes/compare/v2.0.7...master +[2.0.7]: https://github.com/owncloud/notes/compare/v2.0.6...v2.0.7 +[2.0.6]: https://github.com/owncloud/notes/compare/v2.0.5...v2.0.6 +[2.0.5]: https://github.com/owncloud/notes/compare/v2.0.4...v2.0.5 diff --git a/appinfo/info.xml b/appinfo/info.xml index 6dd7b7ee..a15aca9c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ Notes AGPL Bernhard Posselt, Jan-Christoph Borchardt, Hendrik Leppelsack - 2.0.6 + 2.0.7 Notes tools Distraction-free notes and writing diff --git a/sonar-project.properties b/sonar-project.properties index 8bc64c7a..ba2c7574 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_notes -sonar.projectVersion=1.0 +sonar.projectVersion=2.0.7 sonar.host.url=https://sonarcloud.io # ===================================================== From a2c10e0cd444320f1854085682434ab99da81d0d Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Tue, 24 Sep 2024 18:10:41 +0200 Subject: [PATCH 2/2] build: prepare merge back --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29288e0f..9d24f5bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [Unreleased] + + + ## [2.0.7] - 2024-09-23 ### Fixed