diff --git a/CHANGELOG.md b/CHANGELOG.md index e07a16a..ee6ff3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.8.0 (2025-08-30) + +### Feat + +- **client**: Preserve fields when modifying contacts/calendar resources +- **server**: Add structured output to all tool/resource output + +### Refactor + +- Use _make_request where available + ## v0.7.2 (2025-08-30) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 09bb01d..178eed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.7.2" +version = "0.8.0" description = "" authors = [ {name = "Chris Coutinho",email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index 1df9d10..af1ae4e 100644 --- a/uv.lock +++ b/uv.lock @@ -505,7 +505,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.7.2" +version = "0.8.0" source = { editable = "." } dependencies = [ { name = "httpx" },