diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e3d9aaa..9b09f04fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,17 @@ Types of changes: - *Fixed* for any bug fixes. - *Security* in case of vulnerabilities. +## 4.9.2 + +### Added + +- Add bidi support @ahangarha [#1191](https://github.com/nextcloud/notes/pull/1191) + +### Fixed + +- chore: Bump max-version of PHP to 8.3 @juliushaertl [#1194](https://github.com/nextcloud/notes/pull/1194) + + ## 4.9.1 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index f0532ccec..3fac495f7 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 4.9.1 + 4.9.2 agpl Kristof Hamann Bernhard Posselt diff --git a/package.json b/package.json index eefd1f61e..fcae6f7a5 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,5 @@ "browserslist": [ "extends @nextcloud/browserslist-config" ], - "version": "4.9.1" -} + "version": "4.9.2" +} \ No newline at end of file