diff --git a/CHANGELOG.md b/CHANGELOG.md index a23e495..52bb252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [1.0.48] - 2025-05-29 + +### Added + +- 🎯 **Milestone Management Tools**: Added comprehensive milestone management functionality + - `create_milestone`: Create new milestones for GitLab projects + - `update_milestone`: Update existing milestone properties (title, description, dates, state) + - `delete_milestone`: Delete milestones from projects + - `list_milestones`: List and filter project milestones + - `get_milestone`: Get detailed information about specific milestones + - See: [PR #59](https://github.com/zereight/gitlab-mcp/pull/59) + +### Fixed + +- 🐳 **Docker Image Push Script**: Added automated Docker image push script for easier deployment + - Simplifies the Docker image build and push process + - See: [PR #60](https://github.com/zereight/gitlab-mcp/pull/60) + +--- + ## [1.0.47] - 2025-05-29 ### Added diff --git a/package.json b/package.json index d2eb1b1..20f92ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zereight/mcp-gitlab", - "version": "1.0.47", + "version": "1.0.48", "description": "MCP server for using the GitLab API", "license": "MIT", "author": "zereight",