Skip to content

Commit 1cff158

Browse files
committed
chore(release): Bump version to 4.9.2
Signed-off-by: Julius Härtl <[email protected]>
1 parent f244f1e commit 1cff158

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ Types of changes:
1212
- *Fixed* for any bug fixes.
1313
- *Security* in case of vulnerabilities.
1414

15+
## 4.9.2
16+
17+
### Added
18+
19+
- Add bidi support @ahangarha [#1191](https://github.com/nextcloud/notes/pull/1191)
20+
21+
### Fixed
22+
23+
- chore: Bump max-version of PHP to 8.3 @juliushaertl [#1194](https://github.com/nextcloud/notes/pull/1194)
24+
25+
1526
## 4.9.1
1627

1728
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description><![CDATA[
77
The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.
88
]]></description>
9-
<version>4.9.1</version>
9+
<version>4.9.2</version>
1010
<licence>agpl</licence>
1111
<author>Kristof Hamann</author>
1212
<author>Bernhard Posselt</author>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
"browserslist": [
4747
"extends @nextcloud/browserslist-config"
4848
],
49-
"version": "4.9.1"
50-
}
49+
"version": "4.9.2"
50+
}

0 commit comments

Comments
 (0)