Skip to content

Commit 651c271

Browse files
authored
chore: bump version to 0.8.4 (#343)
1 parent 030df00 commit 651c271

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
# Changelog
22

33
## [Unreleased]
4-
- added `jira_create_sprint`
4+
5+
## [0.8.4] - 2025-04-26
56

67
### Added
8+
- Added `jira_create_sprint` tool for programmatically creating Jira sprints
79
- Added `get_issue_link_types()` method to retrieve all available issue link types
10+
- Added corresponding MCP tool interfaces for link operations
11+
12+
### Changed
13+
- Refactored `create_issue_link(data)` method to create links between issues
14+
- Refactored `remove_issue_link(link_id)` method to remove existing links
15+
- Updated project dependencies with `python-dateutil` and `types-python-dateutil`
16+
17+
### Fixed
18+
- Fixed SSL verification environment variables being overwritten in Docker (#340)
19+
- Corrected jira_update_issue example for assignee format (#339)
820

921
## [0.8.3] - 2025-04-24
1022

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-atlassian"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
description = "The Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification. This project enables secure, contextual AI interactions with Atlassian tools while maintaining data privacy and security. Key features include:"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/mcp_atlassian/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from .utils.logging import setup_logging
99

10-
__version__ = "0.8.3"
10+
__version__ = "0.8.4"
1111

1212
# Initialize logging with appropriate level
1313
logging_level = logging.WARNING

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)