bump: version 0.66.1 → 0.66.2

This commit is contained in:
github-actions[bot]
2026-03-29 18:58:12 +00:00
parent 8a501375bb
commit 39138ec117
4 changed files with 11 additions and 3 deletions
+8
View File
@@ -5,6 +5,14 @@ All notable changes to the Nextcloud MCP Server will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://peps.python.org/pep-0440/).
## v0.66.2 (2026-03-29)
### Fix
- allow HTTPS redirect URIs for non-localhost OAuth clients
- move Astrolabe OAuth hook to before-starting for reliable OIDC client creation
- resolve OAuth compatibility issues for login-flow deployment
## v0.66.1 (2026-03-28)
### Fix
+1 -1
View File
@@ -3,7 +3,7 @@ name: nextcloud-mcp-server
description: A Helm chart for Nextcloud MCP Server - enables AI assistants to interact with Nextcloud
type: application
version: 0.58.16
appVersion: "0.66.1"
appVersion: "0.66.2"
keywords:
- nextcloud
- mcp
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.66.1"
version = "0.66.2"
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"}
Generated
+1 -1
View File
@@ -2086,7 +2086,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.66.1"
version = "0.66.2"
source = { editable = "." }
dependencies = [
{ name = "aiosqlite" },