From 834cf3ac56ee3f035832de151f229395be138d2d Mon Sep 17 00:00:00 2001 From: lmiranda Date: Mon, 26 Jan 2026 10:36:14 -0500 Subject: [PATCH] chore: release v4.1.0 --- .claude-plugin/marketplace.json | 4 ++-- CHANGELOG.md | 4 ++++ README.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index de985bc..9eb91f7 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,12 +6,12 @@ }, "metadata": { "description": "Project management plugins with Gitea and NetBox integrations", - "version": "4.0.0" + "version": "4.1.0" }, "plugins": [ { "name": "projman", - "version": "3.1.0", + "version": "3.2.0", "description": "Sprint planning and project management with Gitea integration", "source": "./plugins/projman", "author": { diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f0961f..c8317a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +--- + +## [4.1.0] - 2026-01-26 + ### Added - **projman:** Wiki-based planning workflow enhancement (V04.1.0) - Flexible input source detection in `/sprint-plan` (file, wiki, or conversation) diff --git a/README.md b/README.md index be30d59..3ce62a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Leo Claude Marketplace - v4.0.0 +# Leo Claude Marketplace - v4.1.0 A collection of Claude Code plugins for project management, infrastructure automation, and development workflows.