diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e655f20..fa453685c 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.8] - 2025-12-05 +### Changed +- New deploy pipeline. No functional changes in the code + ## [7.2.7] - 2025-12-04 ### Changed - Increased metrics client interval from 5s to 60s and timeout from 5s to 60s diff --git a/package.json b/package.json index 7bd67187e..2e9421cd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/api", - "version": "7.2.7", + "version": "7.2.8", "description": "VTEX I/O API client", "main": "lib/index.js", "typings": "lib/index.d.ts",