diff --git a/CHANGELOG.md b/CHANGELOG.md index a006ba3db..c3fbe7ba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ Types of changes: - *Fixed* for any bug fixes. - *Security* in case of vulnerabilities. +## 4.9.0-beta.2 + +### Fixed + +- Avoid throwing on other share types than user @juliushaertl [#1153](https://github.com/nextcloud/notes/pull/1153) + +### Dependencies + +- Chore(deps): Bump @nextcloud/dialogs from 4.2.1 to 4.2.2 @dependabot[bot] [#1151](https://github.com/nextcloud/notes/pull/1151) + ## 4.9.0-beta.1 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 8dec8d8d6..4c116dc26 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 4.9.0-beta.1 + 4.9.0-beta.2 agpl Kristof Hamann Bernhard Posselt diff --git a/package.json b/package.json index 8a3a3e74f..3a5980f3c 100644 --- a/package.json +++ b/package.json @@ -45,5 +45,5 @@ "browserslist": [ "extends @nextcloud/browserslist-config" ], - "version": "4.9.0-beta.1" + "version": "4.9.0-beta.2" } \ No newline at end of file