From 46deb0f72698a42ba104ba4d282d09501065e82c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Oct 2025 09:53:45 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.13.0=20=E2=86=92=200.14.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb5cee..cdb7f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.14.0 (2025-10-15) + +### Feat + +- Add Groups API client +- add sharing API client and server tools +- **users**: Initialize user API client + +### Fix + +- Update user/groups API to OCS v2 + ## v0.13.0 (2025-10-13) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 5c1df3a..6ebe5a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.13.0" +version = "0.14.0" description = "" authors = [ {name = "Chris Coutinho",email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index 4a8f6b7..27be43e 100644 --- a/uv.lock +++ b/uv.lock @@ -630,7 +630,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.13.0" +version = "0.14.0" source = { editable = "." } dependencies = [ { name = "click" },