diff --git a/CHANGELOG.md b/CHANGELOG.md index 7437f7b..aa6edac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v0.18.0 (2025-10-23) + +### Feat + +- **server**: Add support for custom OIDC scopes and permissions via JWTs +- Initialize JWT-scoped tools + +### Fix + +- Use occ-created OAuth clients with allowed_scopes for all tests +- Separate OAuth fixtures for opaque vs JWT tokens + +### Refactor + +- Update JWT client to use DCR, re-enable tool filtering + ## v0.17.1 (2025-10-20) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 29b536d..65b985a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.17.1" +version = "0.18.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 c0167a8..e0715ec 100644 --- a/uv.lock +++ b/uv.lock @@ -931,7 +931,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.17.1" +version = "0.18.0" source = { editable = "." } dependencies = [ { name = "caldav" },