diff --git a/CHANGELOG.md b/CHANGELOG.md index ba31be812..b7b030f81 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.3] - 2025-10-08 +### Fix +- Separate console and diagnostics client logging formats + ## [7.2.2] - 2025-09-26 ### Changed - Adds integration with @vtex/diagnostics-semconv library to support VTEX semantic conventions for diagnostics-based logs diff --git a/package.json b/package.json index a55cc14af..3c6124abb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/api", - "version": "7.2.3-beta.0", + "version": "7.2.3", "description": "VTEX I/O API client", "main": "lib/index.js", "typings": "lib/index.d.ts",