diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8a093..2486664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.20.0 (2025-10-24) + +### Feat + +- **auth**: Add support for client registration deletion +- Split read/write scopes into app:read/write scopes + +### Fix + +- Add support for RFC 7592 client registration and deletion +- Update webdav models for proper serialization + ## v0.19.1 (2025-10-24) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0fbb86a..da2094c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.19.1" +version = "0.20.0" description = "Model Context Protocol (MCP) server for Nextcloud integration - enables AI assistants to interact with Nextcloud data" authors = [ {name = "Chris Coutinho", email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index cda2b92..3b50c5e 100644 --- a/uv.lock +++ b/uv.lock @@ -931,7 +931,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.19.1" +version = "0.20.0" source = { editable = "." } dependencies = [ { name = "caldav" },