From f2b64a61b83c6fc35add9af90a6fabd2aca69505 Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Thu, 31 Jul 2025 12:35:52 +0530 Subject: [PATCH] v3.2.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 473c4ef..4431a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.0] - 2025-07-31 + +### Fixed +- Fixed Zod validation error in activity logs by correcting invalid "success" status values to "synced" +- Resolved activity fetch API errors that occurred after mirroring operations + +### Changed +- Improved error handling and validation for mirror job status tracking +- Enhanced reliability of organization creation and mirroring processes + +### Internal +- Consolidated Gitea integration modules for better maintainability +- Improved test coverage for mirror operations + +## [3.1.1] - 2025-07-30 + +### Fixed +- Various bug fixes and stability improvements + ## [3.1.0] - 2025-07-21 ### Added diff --git a/package.json b/package.json index 31988af..55cca62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitea-mirror", "type": "module", - "version": "3.1.1", + "version": "3.2.0", "engines": { "bun": ">=1.2.9" },