diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f36114..998ea38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.14.0] - 2025-06-17 + +### Added +- Enhanced UI components with @radix-ui/react-accordion dependency for improved configuration interface + ### Fixed - Mirror strategies now properly route repositories based on selected strategy - Starred repositories now correctly go to the designated starred repos organization @@ -16,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Documentation now explains all three mirror strategies (preserve, single-org, flat-user) - Added detailed mirror strategy configuration guide - Updated CLAUDE.md with mirror strategy architecture information +- Enhanced Docker Compose development configuration ## [2.13.2] - 2025-06-15 diff --git a/package.json b/package.json index fdce7f0..41691b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitea-mirror", "type": "module", - "version": "2.13.2", + "version": "2.14.0", "engines": { "bun": ">=1.2.9" },