From cb16ab5b6a63e9012614cce14dc66a501869b5b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 8 Nov 2023 15:58:40 +0100 Subject: [PATCH] chore(release): Bump version to 4.9.0-beta.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 15 ++++++++++++++- appinfo/info.xml | 2 +- package.json | 4 ++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cffe4ed4e..a006ba3db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,20 @@ Types of changes: - *Deprecated* for soon-to-be removed features. - *Removed* for now removed features. - *Fixed* for any bug fixes. -- *Security* in case of vulnerabilities. +- *Security* in case of vulnerabilities. + +## 4.9.0-beta.1 + +### Added + +- Note sharing and file sidebar integration @luka-nextcloud [#1146](https://github.com/nextcloud/notes/pull/1146) +- Replace sidebar with rename and category options in the note list @JonnyTischbein [#1004](https://github.com/nextcloud/notes/pull/1004) + +### Fixed + +- fix: fix note controller user id param @juliushaertl [#1106](https://github.com/nextcloud/notes/pull/1106) +- Fix dashboard icons @provokateurin [#1124](https://github.com/nextcloud/notes/pull/1124) +- fixing typos @modernNeo [#1129](https://github.com/nextcloud/notes/pull/1129) ## 4.8.1 diff --git a/appinfo/info.xml b/appinfo/info.xml index 5cf1d1175..8dec8d8d6 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 4.8.1 + 4.9.0-beta.1 agpl Kristof Hamann Bernhard Posselt diff --git a/package.json b/package.json index a614c04fb..5d89ff6a0 100644 --- a/package.json +++ b/package.json @@ -45,5 +45,5 @@ "browserslist": [ "extends @nextcloud/browserslist-config" ], - "version": "4.8.1" -} + "version": "4.9.0-beta.1" +} \ No newline at end of file