diff --git a/CHANGELOG.md b/CHANGELOG.md index 165a3a9f..605f4b70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v0.4.0 (2025-07-06) + +### Feat + +- Add TablesClient and associated tools + +### Fix + +- update tests + +### Refactor + +- Modularize NC and Notes app client + ## v0.3.0 (2025-06-06) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 87b589f2..c1e188bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.3.0" +version = "0.4.0" description = "" authors = [ {name = "Chris Coutinho",email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index a2f25ee6..7077cce7 100644 --- a/uv.lock +++ b/uv.lock @@ -455,7 +455,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.3.0" +version = "0.4.0" source = { editable = "." } dependencies = [ { name = "httpx" },