Skip to content

Commit e13a76c

Browse files
authored
5.0.0 (#185)
Signed-off-by: Anupam Kumar <[email protected]>
1 parent eca0103 commit e13a76c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

1111
## [Unreleased]
1212

13+
## [5.0.0] - 2025-10-15
14+
15+
The public Content Manager API has been replaced and extended with the OCP API.
16+
For more details, see the [Nextcloud developer documentation](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/context_chat.html).
17+
18+
### Changed
19+
* extend OCP API for public classes (#139) @edward-ly
20+
* bump minimum Nextcloud version to 32 (#139) @edward-ly
21+
* composer update (#184) @kyteinsky
22+
23+
### Added
24+
* add isContextChatAvailable method to ContentManager (#139) @edward-ly
25+
* add public API change notice (#139) @edward-ly
26+
27+
### Fixed
28+
* update docblock parameter types (#139) @edward-ly
29+
1330

1431
## [4.5.0] - 2025-09-23
1532

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Setup background job workers as described here: https://docs.nextcloud.com/serve
2222
Note:
2323
Refer to the [Context Chat Backend's readme](https://github.com/nextcloud/context_chat_backend/?tab=readme-ov-file) and the [AppAPI's documentation](https://cloud-py-api.github.io/app_api/) for help with setup of AppAPI's deploy daemon.
2424
]]></description>
25-
<version>4.5.0</version>
25+
<version>5.0.0</version>
2626
<licence>agpl</licence>
2727
<author>Julien Veyssier</author>
2828
<author>Anupam Kumar</author>

0 commit comments

Comments
 (0)