diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5a8727f..f370a8bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [7.2.5] - 2025-10-28 +### Changed +- Added a new metrics tooling layer using @vtex/diagnostics-nodejs to replace the legacy MetricsAccumulator system + ## [7.2.4] - 2025-10-15 ### Fix - Restores backward compatibility for individual header constant exports diff --git a/package.json b/package.json index 98781cff8..ef8ec9df6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/api", - "version": "7.2.5-beta.0", + "version": "7.2.5", "description": "VTEX I/O API client", "main": "lib/index.js", "typings": "lib/index.d.ts",