Skip to content

Commit 4d95db5

Browse files
chore(release): 0.6.12
1 parent d9692be commit 4d95db5

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.6.12] - 2026-03-05
4+
5+
### Features
6+
- feat: add Jira version CRUD tools using REST API v2 (#39) (d9692be)
7+
8+
39
## [0.6.11] - 2026-03-03
410

511
### Features

llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
MCP server that complements mcp-atlassian with zero tool overlap. Provides issue CRUD with custom fields, agile board management, Confluence calendar and time-off tracking, and sprint capacity planning. Built with FastMCP, httpx, and Pydantic.
66

77
- **Install**: `uvx mcp-atlassian-extended`
8-
- **Version**: 0.6.11
8+
- **Version**: 0.6.12
99
- **Python**: >=3.10
1010
- **License**: MIT
1111
- **Transport**: stdio (default), SSE, streamable-http

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
MCP server that complements mcp-atlassian with zero tool overlap. Provides issue CRUD with custom fields, agile board management, Confluence calendar and time-off tracking, and sprint capacity planning. Built with FastMCP, httpx, and Pydantic.
66

77
- **Install**: `uvx mcp-atlassian-extended`
8-
- **Version**: 0.6.11
8+
- **Version**: 0.6.12
99
- **Python**: >=3.10
1010
- **License**: MIT
1111
- **Transport**: stdio (default), SSE, streamable-http

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-atlassian-extended"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
description = "Extended MCP tools for Jira and Confluence — attachments, agile boards, sprints, calendars"
55
readme = "README.md"
66
license = {text = "MIT"}

uv.lock

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)