diff --git a/CHANGELOG.md b/CHANGELOG.md index a9bd1cd..0748dc9 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.5.0] - 2026-03-16 + +### Changed +- Extracted validation logic to separate module for maintainability (#6) + ## [2.4.0] - 2026-01-18 ### Changed diff --git a/package.json b/package.json index 9f964b6..1e0e981 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "validate-a2a", - "version": "2.4.0", + "version": "2.5.0", "description": "GitHub Action to validate A2A protocol agent cards with three-dimensional scoring", "main": "dist/index.js", "scripts": {