Skip to content

Commit 8287364

Browse files
committed
prepare 2.8.0
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent e65d493 commit 8287364

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

1111
## [Unreleased]
1212

13+
## 2.8.0 – 2025-09-09
14+
15+
### Changed
16+
17+
- Add support for Nextcloud 33
18+
19+
### Fixed
20+
21+
- Fix stop polling when needed @julien-nc [#356](https://github.com/nextcloud/assistant/pull/356)
22+
1323
## 2.7.1 – 2025-09-05
1424

1525
### Fixed

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
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>2.7.1</version>
65+
<version>2.8.0</version>
6666
<licence>agpl</licence>
6767
<author>Julien Veyssier</author>
6868
<namespace>Assistant</namespace>
@@ -80,7 +80,7 @@ More details on how to set this up in the [admin docs](https://docs.nextcloud.co
8080
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot6.jpg</screenshot>
8181
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot7.jpg</screenshot>
8282
<dependencies>
83-
<nextcloud min-version="30" max-version="32"/>
83+
<nextcloud min-version="30" max-version="33"/>
8484
</dependencies>
8585
<settings>
8686
<admin>OCA\Assistant\Settings\Admin</admin>

0 commit comments

Comments
 (0)