Skip to content

Commit

Permalink
4.0.0 (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Anupam Kumar <[email protected]>
  • Loading branch information
kyteinsky authored Dec 17, 2024
1 parent f77b81e commit a9e5b19
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [4.0.0] - 2024-12-17

### Changed
- Database Schema Update (#79) @kyteinsky

### Fixed
- Fix content provider metadata population (#81) @kyteinsky

### Added
- Add user delete listener (#79) @kyteinsky
- Add more methods to content manager (#79) @kyteinsky
- Add context_chat:stats for indexing completion time (#80) @kyteinsky
- Add reuse compliance (#83) @AndyScherzinger
- Add node rename listener (#82) @kyteinsky
- Repeat db clear migration for beta to stable upgrade (#84) @kyteinsky


## [4.0.0-beta3] - 2024-11-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Setup background job workers as described here: https://docs.nextcloud.com/serve
Note:
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.
]]></description>
<version>4.0.0-beta3</version>
<version>4.0.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>ContextChat</namespace>
Expand Down

0 comments on commit a9e5b19

Please sign in to comment.