Skip to content

Commit 332d442

Browse files
committed
chore: prepare v3.4.3
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
1 parent 8c9b82f commit 332d442

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
## [Unreleased]
1212

13+
## 3.4.3 - 2026-05-26
14+
15+
### Fixed
16+
- use UnknownNotificationException instead of Activity one @janepie [#552](https://github.com/nextcloud/assistant/pull/552)
17+
1318
## 3.4.2 - 2026-05-21
1419

1520
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Known providers:
6262
6363
More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)
6464
]]> </description>
65-
<version>3.4.2</version>
65+
<version>3.4.3</version>
6666
<licence>agpl</licence>
6767
<author>Julien Veyssier</author>
6868
<namespace>Assistant</namespace>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assistant",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "Nextcloud Assistant",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)