There was an error while loading. Please reload this page.
2 parents 4164b51 + bb624bc commit 32d1cf7Copy full SHA for 32d1cf7
2 files changed
CHANGELOG.md
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
11
## [Unreleased]
12
13
+## 2.7.1 – 2025-09-05
14
+
15
+### Fixed
16
17
+- Prevent accessing array index on null @julien-nc [#351](https://github.com/nextcloud/assistant/pull/351)
18
19
## 2.7.0 – 2025-09-05
20
21
### Changed
appinfo/info.xml
@@ -62,7 +62,7 @@ Known providers:
62
63
More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)
64
]]> </description>
65
- <version>2.7.0</version>
+ <version>2.7.1</version>
66
<licence>agpl</licence>
67
<author>Julien Veyssier</author>
68
<namespace>Assistant</namespace>
0 commit comments