diff --git a/CHANGELOG.md b/CHANGELOG.md index fa453685c..e84391cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## [7.2.8] - 2025-12-05 +## [7.2.8-beta.0] - 2025-12-05 ### Changed - New deploy pipeline. No functional changes in the code diff --git a/package.json b/package.json index 2e9421cd0..ed2f61802 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/api", - "version": "7.2.8", + "version": "7.2.8-beta.0", "description": "VTEX I/O API client", "main": "lib/index.js", "typings": "lib/index.d.ts",